Color Hex Logo

#fccb8e Color Hex

#FCCB8E
(252,203,142)
0 Favorites   0 Comments

Color spaces of #fccb8e

RGB 252203142
HSL0.090.950.77
HSV33°44°99°
CMYK 0.000.190.44   0.01
XYZ66.383365.360334.7082
Yxy65.36030.39880.3927
Hunter Lab80.84575.088331.1380
CIE-Lab84.66919.700736.9453

#fccb8e color RGB value is (252,203,142).

#fccb8e hex color red value is 252, green value is 203 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #fccb8e hue: 0.09 , saturation: 0.95 and the lightness value of fccb8e is 0.77.

The process color (four color CMYK) of #fccb8e color hex is 0.00, 0.19, 0.44, 0.01. Web safe color of #fccb8e is #ffcc99. Color #fccb8e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11001011 10001110
Octal 374 313 216
Decimal 252 203 142
Hex FC CB 8E

RGB Percentages of Color #fccb8e

%42.21
%34.00
%23.79

CMYK Percentages of Color #fccb8e

%0
%19
%44
%1

Triadic Colors of #fccb8e

#fccb8e #8efccb #cb8efc

Analogous Colors of #fccb8e

#fccb8e #f6fc8e #fc948e

Monochromatic Colors of #fccb8e

#fccb8e

Complementary Color

#fccb8e #8ebffc

#fccb8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fccb8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fccb8e Color CSS Codes

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

#fccb8e Text Font Color

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

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


#fccb8e Background Color

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

This div background color is #fccb8e


#fccb8e Border Color

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

This div border color is #fccb8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fccb8e


Comments

No comments written yet.

Please login to write comment.