Color Hex Logo

#fcc58e Color Hex

#FCC58E
(252,197,142)
0 Favorites   0 Comments

Color spaces of #fcc58e

RGB 252197142
HSL0.080.950.77
HSV30°44°99°
CMYK 0.000.220.44   0.01
XYZ64.993662.580934.2450
Yxy62.58090.40160.3867
Hunter Lab79.10818.212829.7097
CIE-Lab83.221412.823135.0598

#fcc58e color RGB value is (252,197,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 10001110
Octal 374 305 216
Decimal 252 197 142
Hex FC C5 8E

RGB Percentages of Color #fcc58e

%42.64
%33.33
%24.03

CMYK Percentages of Color #fcc58e

%0
%22
%44
%1

Triadic Colors of #fcc58e

#fcc58e #8efcc5 #c58efc

Analogous Colors of #fcc58e

#fcc58e #fcfc8e #fc8e8e

Monochromatic Colors of #fcc58e

#fcc58e

Complementary Color

#fcc58e #8ec5fc

#fcc58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc58e Color CSS Codes

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

#fcc58e Text Font Color

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

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


#fcc58e Background Color

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

This div background color is #fcc58e


#fcc58e Border Color

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

This div border color is #fcc58e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(252,197,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 #fcc58e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc58e


Comments

No comments written yet.

Please login to write comment.