Color Hex Logo

#fccead Color Hex

#FCCEAD
(252,206,173)
0 Favorites   0 Comments

Color spaces of #fccead

RGB 252206173
HSL0.070.930.83
HSV25°31°99°
CMYK 0.000.180.31   0.01
XYZ69.759067.855248.9558
Yxy67.85520.37390.3637
Hunter Lab82.37437.008522.4254
CIE-Lab85.934011.644022.5297

#fccead color RGB value is (252,206,173).

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

The process color (four color CMYK) of #fccead color hex is 0.00, 0.18, 0.31, 0.01. Web safe color of #fccead is #ffcc99. Color #fccead contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 10101101
Octal 374 316 255
Decimal 252 206 173
Hex FC CE AD

RGB Percentages of Color #fccead

%39.94
%32.65
%27.42

CMYK Percentages of Color #fccead

%0
%18
%31
%1

Triadic Colors of #fccead

#fccead #adfcce #ceadfc

Analogous Colors of #fccead

#fccead #fcf6ad #fcadb4

Monochromatic Colors of #fccead

#fccead

Complementary Color

#fccead #addbfc

#fccead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccead Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccead Color CSS Codes

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

#fccead Text Font Color

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

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


#fccead Background Color

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

This div background color is #fccead


#fccead Border Color

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

This div border color is #fccead


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccead

Related Colors

#fccead Color Palettes


Comments

No comments written yet.

Please login to write comment.