Color Hex Logo

#f9deca Color Hex

#F9DECA
(249,222,202)
0 Favorites   0 Comments

Color spaces of #f9deca

RGB 249222202
HSL0.070.800.88
HSV26°19°98°
CMYK 0.000.110.19   0.02
XYZ75.848976.646666.6737
Yxy76.64660.34610.3497
Hunter Lab87.54801.437816.1303
CIE-Lab90.15876.194013.1969

#f9deca color RGB value is (249,222,202).

#f9deca hex color red value is 249, green value is 222 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #f9deca hue: 0.07 , saturation: 0.80 and the lightness value of f9deca is 0.88.

The process color (four color CMYK) of #f9deca color hex is 0.00, 0.11, 0.19, 0.02. Web safe color of #f9deca is #ffcccc. Color #f9deca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11011110 11001010
Octal 371 336 312
Decimal 249 222 202
Hex F9 DE CA

RGB Percentages of Color #f9deca

%37.00
%32.99
%30.01

CMYK Percentages of Color #f9deca

%0
%11
%19
%2

Triadic Colors of #f9deca

#f9deca #caf9de #decaf9

Analogous Colors of #f9deca

#f9deca #f9f6ca #f9cace

Monochromatic Colors of #f9deca

#f9deca

Complementary Color

#f9deca #cae5f9

#f9deca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9deca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9deca Color CSS Codes

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

#f9deca Text Font Color

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

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


#f9deca Background Color

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

This div background color is #f9deca


#f9deca Border Color

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

This div border color is #f9deca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9deca


Comments

No comments written yet.

Please login to write comment.