Color Hex Logo

#ffb0da Color Hex

#FFB0DA
(255,176,218)
0 Favorites   0 Comments

Color spaces of #ffb0da

RGB 255176218
HSL0.911.000.85
HSV328°31°100°
CMYK 0.000.310.15   0.00
XYZ69.420257.372673.7448
Yxy57.37260.34620.2861
Hunter Lab75.744731.0424-4.7033
CIE-Lab80.388734.8147-9.4514

#ffb0da color RGB value is (255,176,218).

#ffb0da hex color red value is 255, green value is 176 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #ffb0da hue: 0.91 , saturation: 1.00 and the lightness value of ffb0da is 0.85.

The process color (four color CMYK) of #ffb0da color hex is 0.00, 0.31, 0.15, 0.00. Web safe color of #ffb0da is #ff99cc. Color #ffb0da contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 10110000 11011010
Octal 377 260 332
Decimal 255 176 218
Hex FF B0 DA

RGB Percentages of Color #ffb0da

%39.29
%27.12
%33.59

CMYK Percentages of Color #ffb0da

%0
%31
%15
%0

Triadic Colors of #ffb0da

#ffb0da #daffb0 #b0daff

Analogous Colors of #ffb0da

#ffb0da #ffb0b3 #fdb0ff

Monochromatic Colors of #ffb0da

#ffb0da

Complementary Color

#ffb0da #b0ffd5

#ffb0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffb0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffb0da Color CSS Codes

.mybgcolor {background-color:#ffb0da; } 
.myforecolor {color:#ffb0da; }
.mybordercolor {border:3px solid #ffb0da; }

#ffb0da Text Font Color

<p style="color:#ffb0da">Text here</p>

This sample text font color is #ffb0da
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#ffb0da Background Color

<div style="background-color:#ffb0da">
Div content here</div>

This div background color is #ffb0da


#ffb0da Border Color

<div style="border:3px solid #ffb0da">
Div here</div>

This div border color is #ffb0da


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(255,176,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #ffb0da; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #ffb0da;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb0da;
  box-shadow:         1px 1px 3px 2px #ffb0da; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,176,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ffb0da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #ffb0da;
  -webkit-box-shadow: 1px 1px 3px 2px #ffb0da;
  box-shadow:         1px 1px 3px 2px #ffb0da;">
Div content here</div>

This div box has shadow with color #ffb0da

#ffb0da Color Palettes


Comments

No comments written yet.

Please login to write comment.