Color Hex Logo

#f9edca Color Hex

#F9EDCA
(249,237,202)
0 Favorites   0 Comments

Color spaces of #f9edca

RGB 249237202
HSL0.120.800.88
HSV45°19°98°
CMYK 0.000.050.19   0.02
XYZ80.011884.972468.0614
Yxy84.97240.34330.3646
Hunter Lab92.1805-6.379520.7496
CIE-Lab93.8712-1.474318.4276

#f9edca color RGB value is (249,237,202).

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

The process color (four color CMYK) of #f9edca color hex is 0.00, 0.05, 0.19, 0.02. Web safe color of #f9edca is #ffffcc. Color #f9edca contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101101 11001010
Octal 371 355 312
Decimal 249 237 202
Hex F9 ED CA

RGB Percentages of Color #f9edca

%36.19
%34.45
%29.36

CMYK Percentages of Color #f9edca

%0
%5
%19
%2

Triadic Colors of #f9edca

#f9edca #caf9ed #edcaf9

Analogous Colors of #f9edca

#f9edca #eef9ca #f9d6ca

Monochromatic Colors of #f9edca

#f9edca

Complementary Color

#f9edca #cad6f9

#f9edca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9edca Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9edca Color CSS Codes

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

#f9edca Text Font Color

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

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


#f9edca Background Color

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

This div background color is #f9edca


#f9edca Border Color

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

This div border color is #f9edca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9edca

Related Colors

#f9edca Color Palettes


Comments

No comments written yet.

Please login to write comment.