Color Hex Logo

#fccaac Color Hex

#FCCAAC
(252,202,172)
0 Favorites   0 Comments

Color spaces of #fccaac

RGB 252202172
HSL0.060.930.83
HSV23°32°99°
CMYK 0.000.200.32   0.01
XYZ68.711865.915148.1311
Yxy65.91510.37600.3607
Hunter Lab81.18818.990421.6825
CIE-Lab84.953113.603821.7037

#fccaac color RGB value is (252,202,172).

#fccaac hex color red value is 252, green value is 202 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #fccaac hue: 0.06 , saturation: 0.93 and the lightness value of fccaac is 0.83.

The process color (four color CMYK) of #fccaac color hex is 0.00, 0.20, 0.32, 0.01. Web safe color of #fccaac is #ffcc99. Color #fccaac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001010 10101100
Octal 374 312 254
Decimal 252 202 172
Hex FC CA AC

RGB Percentages of Color #fccaac

%40.26
%32.27
%27.48

CMYK Percentages of Color #fccaac

%0
%20
%32
%1

Triadic Colors of #fccaac

#fccaac #acfcca #caacfc

Analogous Colors of #fccaac

#fccaac #fcf2ac #fcacb6

Monochromatic Colors of #fccaac

#fccaac

Complementary Color

#fccaac #acdefc

#fccaac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccaac Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccaac Color CSS Codes

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

#fccaac Text Font Color

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

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


#fccaac Background Color

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

This div background color is #fccaac


#fccaac Border Color

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

This div border color is #fccaac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(252,202,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #fccaac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #fccaac;
  -webkit-box-shadow: 1px 1px 3px 2px #fccaac;
  box-shadow:         1px 1px 3px 2px #fccaac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,202,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccaac

Related Colors


Comments

No comments written yet.

Please login to write comment.