Color Hex Logo

#f9cdac Color Hex

#F9CDAC
(249,205,172)
0 Favorites   0 Comments

Color spaces of #f9cdac

RGB 249205172
HSL0.070.870.83
HSV26°31°98°
CMYK 0.000.180.31   0.02
XYZ68.344666.780948.3176
Yxy66.78090.37260.3640
Hunter Lab81.71966.275822.1478
CIE-Lab85.393210.906022.2660

#f9cdac color RGB value is (249,205,172).

#f9cdac hex color red value is 249, green value is 205 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #f9cdac hue: 0.07 , saturation: 0.87 and the lightness value of f9cdac is 0.83.

The process color (four color CMYK) of #f9cdac color hex is 0.00, 0.18, 0.31, 0.02. Web safe color of #f9cdac is #ffcc99. Color #f9cdac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001101 10101100
Octal 371 315 254
Decimal 249 205 172
Hex F9 CD AC

RGB Percentages of Color #f9cdac

%39.78
%32.75
%27.48

CMYK Percentages of Color #f9cdac

%0
%18
%31
%2

Triadic Colors of #f9cdac

#f9cdac #acf9cd #cdacf9

Analogous Colors of #f9cdac

#f9cdac #f9f4ac #f9acb2

Monochromatic Colors of #f9cdac

#f9cdac

Complementary Color

#f9cdac #acd8f9

#f9cdac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cdac Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cdac Color CSS Codes

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

#f9cdac Text Font Color

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

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


#f9cdac Background Color

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

This div background color is #f9cdac


#f9cdac Border Color

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

This div border color is #f9cdac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(249,205,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #f9cdac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #f9cdac;
  -webkit-box-shadow: 1px 1px 3px 2px #f9cdac;
  box-shadow:         1px 1px 3px 2px #f9cdac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(249,205,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cdac

#f9cdac Color Palettes


Comments

No comments written yet.

Please login to write comment.