Color Hex Logo

#fce521 Color Hex

#FCE521
(252,229,33)
0 Favorites   0 Comments

Color spaces of #fce521

RGB 25222933
HSL0.150.970.56
HSV54°87°99°
CMYK 0.000.090.87   0.01
XYZ68.438776.843912.6641
Yxy76.84390.43330.4865
Hunter Lab87.6607-14.047152.7970
CIE-Lab90.2497-9.821885.5626

#fce521 color RGB value is (252,229,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111100 11100101 00100001
Octal 374 345 41
Decimal 252 229 33
Hex FC E5 21

RGB Percentages of Color #fce521

%49.03
%44.55
%6.42

CMYK Percentages of Color #fce521

%0
%9
%87
%1

Triadic Colors of #fce521

#fce521 #21fce5 #e521fc

Analogous Colors of #fce521

#fce521 #a6fc21 #fc7821

Monochromatic Colors of #fce521

#fce521

Complementary Color

#fce521 #2138fc

#fce521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#fce521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#fce521 Color CSS Codes

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

#fce521 Text Font Color

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

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


#fce521 Background Color

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

This div background color is #fce521


#fce521 Border Color

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

This div border color is #fce521


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #fce521


Comments

No comments written yet.

Please login to write comment.