Color Hex Logo

#fccea0 Color Hex

#FCCEA0
(252,206,160)
0 Favorites   0 Comments

Color spaces of #fccea0

RGB 252206160
HSL0.080.940.81
HSV30°37°99°
CMYK 0.000.180.37   0.01
XYZ68.561467.376142.6490
Yxy67.37610.38390.3773
Hunter Lab82.08295.450526.6519
CIE-Lab85.693510.084628.9993

#fccea0 color RGB value is (252,206,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 10100000
Octal 374 316 240
Decimal 252 206 160
Hex FC CE A0

RGB Percentages of Color #fccea0

%40.78
%33.33
%25.89

CMYK Percentages of Color #fccea0

%0
%18
%37
%1

Triadic Colors of #fccea0

#fccea0 #a0fcce #cea0fc

Analogous Colors of #fccea0

#fccea0 #fcfca0 #fca0a0

Monochromatic Colors of #fccea0

#fccea0

Complementary Color

#fccea0 #a0cefc

#fccea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccea0 Color CSS Codes

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

#fccea0 Text Font Color

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

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


#fccea0 Background Color

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

This div background color is #fccea0


#fccea0 Border Color

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

This div border color is #fccea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccea0


Comments

No comments written yet.

Please login to write comment.