Color Hex Logo

#f9cdad Color Hex

#F9CDAD
(249,205,173)
3 Favorites   0 Comments

Color spaces of #f9cdad

RGB 249205173
HSL0.070.860.83
HSV25°31°98°
CMYK 0.000.180.31   0.02
XYZ68.441166.819548.8254
Yxy66.81950.37180.3630
Hunter Lab81.74326.402021.8062
CIE-Lab85.412711.032621.7671

#f9cdad color RGB value is (249,205,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11001101 10101101
Octal 371 315 255
Decimal 249 205 173
Hex F9 CD AD

RGB Percentages of Color #f9cdad

%39.71
%32.70
%27.59

CMYK Percentages of Color #f9cdad

%0
%18
%31
%2

Triadic Colors of #f9cdad

#f9cdad #adf9cd #cdadf9

Analogous Colors of #f9cdad

#f9cdad #f9f3ad #f9adb3

Monochromatic Colors of #f9cdad

#f9cdad

Complementary Color

#f9cdad #add9f9

#f9cdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9cdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9cdad Color CSS Codes

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

#f9cdad Text Font Color

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

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


#f9cdad Background Color

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

This div background color is #f9cdad


#f9cdad Border Color

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

This div border color is #f9cdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9cdad


Comments

No comments written yet.

Please login to write comment.