Color Hex Logo

#f2ccab Color Hex

#F2CCAB
(242,204,171)
0 Favorites   0 Comments

Color spaces of #f2ccab

RGB 242204171
HSL0.080.730.81
HSV28°29°95°
CMYK 0.000.160.29   0.05
XYZ65.561565.003347.6195
Yxy65.00330.36790.3648
Hunter Lab80.62464.057721.4187
CIE-Lab84.48548.653921.4392

#f2ccab color RGB value is (242,204,171).

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

The process color (four color CMYK) of #f2ccab color hex is 0.00, 0.16, 0.29, 0.05. Web safe color of #f2ccab is #ffcc99. Color #f2ccab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11110010 11001100 10101011
Octal 362 314 253
Decimal 242 204 171
Hex F2 CC AB

RGB Percentages of Color #f2ccab

%39.22
%33.06
%27.71

CMYK Percentages of Color #f2ccab

%0
%16
%29
%5

Triadic Colors of #f2ccab

#f2ccab #abf2cc #ccabf2

Analogous Colors of #f2ccab

#f2ccab #f2f0ab #f2abae

Monochromatic Colors of #f2ccab

#f2ccab

Complementary Color

#f2ccab #abd1f2

#f2ccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#f2ccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#f2ccab Color CSS Codes

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

#f2ccab Text Font Color

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

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


#f2ccab Background Color

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

This div background color is #f2ccab


#f2ccab Border Color

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

This div border color is #f2ccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #f2ccab


Comments

No comments written yet.

Please login to write comment.