Color Hex Logo

#f0ceaa Color Hex

#F0CEAA
(240,206,170)
0 Favorites   0 Comments

Color spaces of #f0ceaa

RGB 240206170
HSL0.090.700.80
HSV31°29°94°
CMYK 0.000.140.29   0.06
XYZ65.262265.570247.2468
Yxy65.57020.36650.3682
Hunter Lab80.97542.155222.0888
CIE-Lab84.77676.725122.3385

#f0ceaa color RGB value is (240,206,170).

#f0ceaa hex color red value is 240, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f0ceaa hue: 0.09 , saturation: 0.70 and the lightness value of f0ceaa is 0.80.

The process color (four color CMYK) of #f0ceaa color hex is 0.00, 0.14, 0.29, 0.06. Web safe color of #f0ceaa is #ffcc99. Color #f0ceaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110000 11001110 10101010
Octal 360 316 252
Decimal 240 206 170
Hex F0 CE AA

RGB Percentages of Color #f0ceaa

%38.96
%33.44
%27.60

CMYK Percentages of Color #f0ceaa

%0
%14
%29
%6

Triadic Colors of #f0ceaa

#f0ceaa #aaf0ce #ceaaf0

Analogous Colors of #f0ceaa

#f0ceaa #eff0aa #f0abaa

Monochromatic Colors of #f0ceaa

#f0ceaa

Complementary Color

#f0ceaa #aaccf0

#f0ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f0ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f0ceaa Color CSS Codes

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

#f0ceaa Text Font Color

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

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


#f0ceaa Background Color

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

This div background color is #f0ceaa


#f0ceaa Border Color

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

This div border color is #f0ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f0ceaa


Comments

No comments written yet.

Please login to write comment.