Color Hex Logo

#ffe021 Color Hex

#FFE021
(255,224,33)
0 Favorites   0 Comments

Color spaces of #ffe021

RGB 25522433
HSL0.141.000.56
HSV52°87°100°
CMYK 0.000.120.87   0.00
XYZ68.170274.681112.2608
Yxy74.68110.43950.4815
Hunter Lab86.4182-10.423952.0808
CIE-Lab89.2434-6.071184.8751

#ffe021 color RGB value is (255,224,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 00100001
Octal 377 340 41
Decimal 255 224 33
Hex FF E0 21

RGB Percentages of Color #ffe021

%49.80
%43.75
%6.45

CMYK Percentages of Color #ffe021

%0
%12
%87
%0

Triadic Colors of #ffe021

#ffe021 #21ffe0 #e021ff

Analogous Colors of #ffe021

#ffe021 #afff21 #ff7121

Monochromatic Colors of #ffe021

#ffe021

Complementary Color

#ffe021 #2140ff

#ffe021 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe021 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe021 Color CSS Codes

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

#ffe021 Text Font Color

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

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


#ffe021 Background Color

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

This div background color is #ffe021


#ffe021 Border Color

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

This div border color is #ffe021


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe021

Related Colors


Comments

No comments written yet.

Please login to write comment.