Color Hex Logo

#fce57f Color Hex

#FCE57F
(252,229,127)
0 Favorites   0 Comments

Color spaces of #fce57f

RGB 252229127
HSL0.140.950.74
HSV49°50°99°
CMYK 0.000.090.50   0.01
XYZ71.995078.266431.3911
Yxy78.26640.39630.4309
Hunter Lab88.4683-9.557240.8900
CIE-Lab90.9013-4.998752.1895

#fce57f color RGB value is (252,229,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 01111111
Octal 374 345 177
Decimal 252 229 127
Hex FC E5 7F

RGB Percentages of Color #fce57f

%41.45
%37.66
%20.89

CMYK Percentages of Color #fce57f

%0
%9
%50
%1

Triadic Colors of #fce57f

#fce57f #7ffce5 #e57ffc

Analogous Colors of #fce57f

#fce57f #d5fc7f #fca77f

Monochromatic Colors of #fce57f

#fce57f

Complementary Color

#fce57f #7f96fc

#fce57f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce57f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce57f Color CSS Codes

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

#fce57f Text Font Color

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

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


#fce57f Background Color

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

This div background color is #fce57f


#fce57f Border Color

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

This div border color is #fce57f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce57f


Comments

No comments written yet.

Please login to write comment.