Color Hex Logo

#f4dacb Color Hex

#F4DACB
(244,218,203)
0 Favorites   0 Comments

Color spaces of #f4dacb

RGB 244218203
HSL0.060.650.88
HSV22°17°96°
CMYK 0.000.110.17   0.04
XYZ73.159173.687766.8672
Yxy73.68770.34230.3448
Hunter Lab85.84151.905313.9045
CIE-Lab88.77476.611310.6465

#f4dacb color RGB value is (244,218,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110100 11011010 11001011
Octal 364 332 313
Decimal 244 218 203
Hex F4 DA CB

RGB Percentages of Color #f4dacb

%36.69
%32.78
%30.53

CMYK Percentages of Color #f4dacb

%0
%11
%17
%4

Triadic Colors of #f4dacb

#f4dacb #cbf4da #dacbf4

Analogous Colors of #f4dacb

#f4dacb #f4efcb #f4cbd1

Monochromatic Colors of #f4dacb

#f4dacb

Complementary Color

#f4dacb #cbe5f4

#f4dacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f4dacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#f4dacb Color CSS Codes

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

#f4dacb Text Font Color

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

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


#f4dacb Background Color

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

This div background color is #f4dacb


#f4dacb Border Color

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

This div border color is #f4dacb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(244,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 #f4dacb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f4dacb


Comments

No comments written yet.

Please login to write comment.