Color Hex Logo

#f9ecdc Color Hex

#F9ECDC
(249,236,220)
0 Favorites   0 Comments

Color spaces of #f9ecdc

RGB 249236220
HSL0.090.710.92
HSV33°12°98°
CMYK 0.000.050.12   0.02
XYZ81.980685.297979.8535
Yxy85.29790.33170.3452
Hunter Lab92.3569-3.178913.3865
CIE-Lab94.01131.76279.3143

#f9ecdc color RGB value is (249,236,220).

#f9ecdc hex color red value is 249, green value is 236 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #f9ecdc hue: 0.09 , saturation: 0.71 and the lightness value of f9ecdc is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11111001 11101100 11011100
Octal 371 354 334
Decimal 249 236 220
Hex F9 EC DC

RGB Percentages of Color #f9ecdc

%35.32
%33.48
%31.21

CMYK Percentages of Color #f9ecdc

%0
%5
%12
%2

Triadic Colors of #f9ecdc

#f9ecdc #dcf9ec #ecdcf9

Analogous Colors of #f9ecdc

#f9ecdc #f8f9dc #f9dedc

Monochromatic Colors of #f9ecdc

#f9ecdc

Complementary Color

#f9ecdc #dce9f9

#f9ecdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9ecdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9ecdc Color CSS Codes

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

#f9ecdc Text Font Color

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

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


#f9ecdc Background Color

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

This div background color is #f9ecdc


#f9ecdc Border Color

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

This div border color is #f9ecdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9ecdc


Comments

No comments written yet.

Please login to write comment.