Color Hex Logo

#fce52f Color Hex

#FCE52F
(252,229,47)
0 Favorites   0 Comments

Color spaces of #fce52f

RGB 25222947
HSL0.150.970.59
HSV53°81°99°
CMYK 0.000.090.81   0.01
XYZ68.677376.939313.9204
Yxy76.93930.43050.4823
Hunter Lab87.7151-13.743151.9912
CIE-Lab90.2937-9.491182.5114

#fce52f color RGB value is (252,229,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 00101111
Octal 374 345 57
Decimal 252 229 47
Hex FC E5 2F

RGB Percentages of Color #fce52f

%47.73
%43.37
%8.90

CMYK Percentages of Color #fce52f

%0
%9
%81
%1

Triadic Colors of #fce52f

#fce52f #2ffce5 #e52ffc

Analogous Colors of #fce52f

#fce52f #adfc2f #fc7f2f

Monochromatic Colors of #fce52f

#fce52f

Complementary Color

#fce52f #2f46fc

#fce52f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce52f Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce52f Color CSS Codes

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

#fce52f Text Font Color

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

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


#fce52f Background Color

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

This div background color is #fce52f


#fce52f Border Color

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

This div border color is #fce52f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce52f


Comments

No comments written yet.

Please login to write comment.