Color Hex Logo

#f2ceaa Color Hex

#F2CEAA
(242,206,170)
0 Favorites   0 Comments

Color spaces of #f2ceaa

RGB 242206170
HSL0.080.730.81
HSV30°30°95°
CMYK 0.000.150.30   0.05
XYZ65.945065.922147.2788
Yxy65.92210.36810.3680
Hunter Lab81.19242.892122.3098
CIE-Lab84.95677.482522.6146

#f2ceaa color RGB value is (242,206,170).

#f2ceaa hex color red value is 242, green value is 206 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #f2ceaa hue: 0.08 , saturation: 0.73 and the lightness value of f2ceaa is 0.81.

The process color (four color CMYK) of #f2ceaa color hex is 0.00, 0.15, 0.30, 0.05. Web safe color of #f2ceaa is #ffcc99. Color #f2ceaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001110 10101010
Octal 362 316 252
Decimal 242 206 170
Hex F2 CE AA

RGB Percentages of Color #f2ceaa

%39.16
%33.33
%27.51

CMYK Percentages of Color #f2ceaa

%0
%15
%30
%5

Triadic Colors of #f2ceaa

#f2ceaa #aaf2ce #ceaaf2

Analogous Colors of #f2ceaa

#f2ceaa #f2f2aa #f2aaaa

Monochromatic Colors of #f2ceaa

#f2ceaa

Complementary Color

#f2ceaa #aacef2

#f2ceaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ceaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ceaa Color CSS Codes

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

#f2ceaa Text Font Color

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

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


#f2ceaa Background Color

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

This div background color is #f2ceaa


#f2ceaa Border Color

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

This div border color is #f2ceaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ceaa


Comments

No comments written yet.

Please login to write comment.