Color Hex Logo

#fcc57e Color Hex

#FCC57E
(252,197,126)
0 Favorites   0 Comments

Color spaces of #fcc57e

RGB 252197126
HSL0.090.950.74
HSV34°50°99°
CMYK 0.000.220.50   0.01
XYZ63.877062.134328.3651
Yxy62.13430.41380.4025
Hunter Lab78.82536.705233.8424
CIE-Lab82.984811.305742.9299

#fcc57e color RGB value is (252,197,126).

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

The process color (four color CMYK) of #fcc57e color hex is 0.00, 0.22, 0.50, 0.01. Web safe color of #fcc57e is #ffcc66. Color #fcc57e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11000101 01111110
Octal 374 305 176
Decimal 252 197 126
Hex FC C5 7E

RGB Percentages of Color #fcc57e

%43.83
%34.26
%21.91

CMYK Percentages of Color #fcc57e

%0
%22
%50
%1

Triadic Colors of #fcc57e

#fcc57e #7efcc5 #c57efc

Analogous Colors of #fcc57e

#fcc57e #f4fc7e #fc867e

Monochromatic Colors of #fcc57e

#fcc57e

Complementary Color

#fcc57e #7eb5fc

#fcc57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fcc57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fcc57e Color CSS Codes

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

#fcc57e Text Font Color

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

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


#fcc57e Background Color

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

This div background color is #fcc57e


#fcc57e Border Color

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

This div border color is #fcc57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fcc57e

Related Colors


Comments

No comments written yet.

Please login to write comment.