Color Hex Logo

#f5dacb Color Hex

#F5DACB
(245,218,203)
0 Favorites   0 Comments

Color spaces of #f5dacb

RGB 245218203
HSL0.060.680.88
HSV21°17°96°
CMYK 0.000.110.17   0.04
XYZ73.507173.867166.8834
Yxy73.86710.34310.3448
Hunter Lab85.94602.260414.0225
CIE-Lab88.85966.970510.7792

#f5dacb color RGB value is (245,218,203).

#f5dacb hex color red value is 245, green value is 218 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #f5dacb hue: 0.06 , saturation: 0.68 and the lightness value of f5dacb is 0.88.

The process color (four color CMYK) of #f5dacb color hex is 0.00, 0.11, 0.17, 0.04. Web safe color of #f5dacb is #ffcccc. Color #f5dacb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110101 11011010 11001011
Octal 365 332 313
Decimal 245 218 203
Hex F5 DA CB

RGB Percentages of Color #f5dacb

%36.79
%32.73
%30.48

CMYK Percentages of Color #f5dacb

%0
%11
%17
%4

Triadic Colors of #f5dacb

#f5dacb #cbf5da #dacbf5

Analogous Colors of #f5dacb

#f5dacb #f5efcb #f5cbd1

Monochromatic Colors of #f5dacb

#f5dacb

Complementary Color

#f5dacb #cbe6f5

#f5dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f5dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f5dacb Color CSS Codes

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

#f5dacb Text Font Color

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

This sample text font color is #f5dacb
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.


#f5dacb Background Color

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

This div background color is #f5dacb


#f5dacb Border Color

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

This div border color is #f5dacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f5dacb

#f5dacb Color Palettes


Comments

No comments written yet.

Please login to write comment.