Color Hex Logo

#fce57c Color Hex

#FCE57C
(252,229,124)
0 Favorites   0 Comments

Color spaces of #fce57c

RGB 252229124
HSL0.140.960.74
HSV49°51°99°
CMYK 0.000.090.51   0.01
XYZ71.802378.189330.3764
Yxy78.18930.39810.4335
Hunter Lab88.4247-9.798441.5295
CIE-Lab90.8662-5.254453.5682

#fce57c color RGB value is (252,229,124).

#fce57c hex color red value is 252, green value is 229 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #fce57c hue: 0.14 , saturation: 0.96 and the lightness value of fce57c is 0.74.

The process color (four color CMYK) of #fce57c color hex is 0.00, 0.09, 0.51, 0.01. Web safe color of #fce57c is #ffcc66. Color #fce57c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 01111100
Octal 374 345 174
Decimal 252 229 124
Hex FC E5 7C

RGB Percentages of Color #fce57c

%41.65
%37.85
%20.50

CMYK Percentages of Color #fce57c

%0
%9
%51
%1

Triadic Colors of #fce57c

#fce57c #7cfce5 #e57cfc

Analogous Colors of #fce57c

#fce57c #d3fc7c #fca57c

Monochromatic Colors of #fce57c

#fce57c

Complementary Color

#fce57c #7c93fc

#fce57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce57c Color CSS Codes

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

#fce57c Text Font Color

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

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


#fce57c Background Color

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

This div background color is #fce57c


#fce57c Border Color

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

This div border color is #fce57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce57c


Comments

No comments written yet.

Please login to write comment.