Color Hex Logo

#f2cfaa Color Hex

#F2CFAA
(242,207,170)
0 Favorites   0 Comments

Color spaces of #f2cfaa

RGB 242207170
HSL0.090.730.81
HSV31°30°95°
CMYK 0.000.140.30   0.05
XYZ66.186566.405247.3593
Yxy66.40520.36780.3690
Hunter Lab81.48942.373122.5849
CIE-Lab85.20276.961722.9528

#f2cfaa color RGB value is (242,207,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001111 10101010
Octal 362 317 252
Decimal 242 207 170
Hex F2 CF AA

RGB Percentages of Color #f2cfaa

%39.10
%33.44
%27.46

CMYK Percentages of Color #f2cfaa

%0
%14
%30
%5

Triadic Colors of #f2cfaa

#f2cfaa #aaf2cf #cfaaf2

Analogous Colors of #f2cfaa

#f2cfaa #f1f2aa #f2abaa

Monochromatic Colors of #f2cfaa

#f2cfaa

Complementary Color

#f2cfaa #aacdf2

#f2cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2cfaa Color CSS Codes

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

#f2cfaa Text Font Color

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

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


#f2cfaa Background Color

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

This div background color is #f2cfaa


#f2cfaa Border Color

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

This div border color is #f2cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2cfaa


Comments

No comments written yet.

Please login to write comment.