Color Hex Logo

#fce53e Color Hex

#FCE53E
(252,229,62)
0 Favorites   0 Comments

Color spaces of #fce53e

RGB 25222962
HSL0.150.970.62
HSV53°75°99°
CMYK 0.000.090.75   0.01
XYZ69.033777.081915.7973
Yxy77.08190.42640.4761
Hunter Lab87.7963-13.290050.7893
CIE-Lab90.3593-8.999278.2858

#fce53e color RGB value is (252,229,62).

#fce53e hex color red value is 252, green value is 229 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #fce53e hue: 0.15 , saturation: 0.97 and the lightness value of fce53e is 0.62.

The process color (four color CMYK) of #fce53e color hex is 0.00, 0.09, 0.75, 0.01. Web safe color of #fce53e is #ffcc33. Color #fce53e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 00111110
Octal 374 345 76
Decimal 252 229 62
Hex FC E5 3E

RGB Percentages of Color #fce53e

%46.41
%42.17
%11.42

CMYK Percentages of Color #fce53e

%0
%9
%75
%1

Triadic Colors of #fce53e

#fce53e #3efce5 #e53efc

Analogous Colors of #fce53e

#fce53e #b4fc3e #fc863e

Monochromatic Colors of #fce53e

#fce53e

Complementary Color

#fce53e #3e55fc

#fce53e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce53e Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce53e Color CSS Codes

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

#fce53e Text Font Color

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

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


#fce53e Background Color

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

This div background color is #fce53e


#fce53e Border Color

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

This div border color is #fce53e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce53e

Related Colors


Comments

No comments written yet.

Please login to write comment.