Color Hex Logo

#f9f2cc Color Hex

#F9F2CC
(249,242,204)
0 Favorites   0 Comments

Color spaces of #f9f2cc

RGB 249242204
HSL0.140.790.89
HSV51°18°98°
CMYK 0.000.030.18   0.02
XYZ81.718188.003669.8061
Yxy88.00360.34120.3674
Hunter Lab93.8102-8.676521.5483
CIE-Lab95.1625-3.707519.2049

#f9f2cc color RGB value is (249,242,204).

#f9f2cc hex color red value is 249, green value is 242 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #f9f2cc hue: 0.14 , saturation: 0.79 and the lightness value of f9f2cc is 0.89.

The process color (four color CMYK) of #f9f2cc color hex is 0.00, 0.03, 0.18, 0.02. Web safe color of #f9f2cc is #ffffcc. Color #f9f2cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111001 11110010 11001100
Octal 371 362 314
Decimal 249 242 204
Hex F9 F2 CC

RGB Percentages of Color #f9f2cc

%35.83
%34.82
%29.35

CMYK Percentages of Color #f9f2cc

%0
%3
%18
%2

Triadic Colors of #f9f2cc

#f9f2cc #ccf9f2 #f2ccf9

Analogous Colors of #f9f2cc

#f9f2cc #eaf9cc #f9dccc

Monochromatic Colors of #f9f2cc

#f9f2cc

Complementary Color

#f9f2cc #ccd3f9

#f9f2cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f9f2cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#f9f2cc Color CSS Codes

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

#f9f2cc Text Font Color

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

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


#f9f2cc Background Color

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

This div background color is #f9f2cc


#f9f2cc Border Color

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

This div border color is #f9f2cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f9f2cc


Comments

No comments written yet.

Please login to write comment.