Color Hex Logo

#f0cc9a Color Hex

#F0CC9A
(240,204,154)
0 Favorites   0 Comments

Color spaces of #f0cc9a

RGB 240204154
HSL0.100.740.77
HSV35°36°94°
CMYK 0.000.150.36   0.06
XYZ63.360864.044139.5941
Yxy64.04410.37940.3835
Hunter Lab80.02761.276926.6852
CIE-Lab83.98875.795529.6408

#f0cc9a color RGB value is (240,204,154).

#f0cc9a hex color red value is 240, green value is 204 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #f0cc9a hue: 0.10 , saturation: 0.74 and the lightness value of f0cc9a is 0.77.

The process color (four color CMYK) of #f0cc9a color hex is 0.00, 0.15, 0.36, 0.06. Web safe color of #f0cc9a is #ffcc99. Color #f0cc9a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001100 10011010
Octal 360 314 232
Decimal 240 204 154
Hex F0 CC 9A

RGB Percentages of Color #f0cc9a

%40.13
%34.11
%25.75

CMYK Percentages of Color #f0cc9a

%0
%15
%36
%6

Triadic Colors of #f0cc9a

#f0cc9a #9af0cc #cc9af0

Analogous Colors of #f0cc9a

#f0cc9a #e9f09a #f0a19a

Monochromatic Colors of #f0cc9a

#f0cc9a

Complementary Color

#f0cc9a #9abef0

#f0cc9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0cc9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0cc9a Color CSS Codes

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

#f0cc9a Text Font Color

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

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


#f0cc9a Background Color

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

This div background color is #f0cc9a


#f0cc9a Border Color

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

This div border color is #f0cc9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0cc9a


Comments

No comments written yet.

Please login to write comment.