Color Hex Logo

#fccea2 Color Hex

#FCCEA2
(252,206,162)
0 Favorites   0 Comments

Color spaces of #fccea2

RGB 252206162
HSL0.080.940.81
HSV29°36°99°
CMYK 0.000.180.36   0.01
XYZ68.737867.446743.5781
Yxy67.44670.38240.3752
Hunter Lab82.12595.680626.0274
CIE-Lab85.729010.315828.0055

#fccea2 color RGB value is (252,206,162).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001110 10100010
Octal 374 316 242
Decimal 252 206 162
Hex FC CE A2

RGB Percentages of Color #fccea2

%40.65
%33.23
%26.13

CMYK Percentages of Color #fccea2

%0
%18
%36
%1

Triadic Colors of #fccea2

#fccea2 #a2fcce #cea2fc

Analogous Colors of #fccea2

#fccea2 #fcfba2 #fca2a3

Monochromatic Colors of #fccea2

#fccea2

Complementary Color

#fccea2 #a2d0fc

#fccea2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccea2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccea2 Color CSS Codes

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

#fccea2 Text Font Color

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

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


#fccea2 Background Color

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

This div background color is #fccea2


#fccea2 Border Color

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

This div border color is #fccea2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccea2

Related Colors


Comments

No comments written yet.

Please login to write comment.