Color Hex Logo

#ffe521 Color Hex

#FFE521
(255,229,33)
0 Favorites   0 Comments

Color spaces of #ffe521

RGB 25522933
HSL0.151.000.56
HSV53°87°100°
CMYK 0.000.100.87   0.00
XYZ69.533877.408412.7153
Yxy77.40840.43550.4848
Hunter Lab87.9820-12.896853.0187
CIE-Lab90.5093-8.562985.8787

#ffe521 color RGB value is (255,229,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 00100001
Octal 377 345 41
Decimal 255 229 33
Hex FF E5 21

RGB Percentages of Color #ffe521

%49.32
%44.29
%6.38

CMYK Percentages of Color #ffe521

%0
%10
%87
%0

Triadic Colors of #ffe521

#ffe521 #21ffe5 #e521ff

Analogous Colors of #ffe521

#ffe521 #aaff21 #ff7621

Monochromatic Colors of #ffe521

#ffe521

Complementary Color

#ffe521 #213bff

#ffe521 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe521 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe521 Color CSS Codes

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

#ffe521 Text Font Color

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

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


#ffe521 Background Color

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

This div background color is #ffe521


#ffe521 Border Color

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

This div border color is #ffe521


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,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 #ffe521">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe521

Related Colors


Comments

No comments written yet.

Please login to write comment.