Color Hex Logo

#ffe020 Color Hex

#FFE020
(255,224,32)
0 Favorites   0 Comments

Color spaces of #ffe020

RGB 25522432
HSL0.141.000.56
HSV52°87°100°
CMYK 0.000.120.87   0.00
XYZ68.156474.675612.1881
Yxy74.67560.43970.4817
Hunter Lab86.4150-10.441652.1282
CIE-Lab89.2408-6.090285.0619

#ffe020 color RGB value is (255,224,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 00100000
Octal 377 340 40
Decimal 255 224 32
Hex FF E0 20

RGB Percentages of Color #ffe020

%49.90
%43.84
%6.26

CMYK Percentages of Color #ffe020

%0
%12
%87
%0

Triadic Colors of #ffe020

#ffe020 #20ffe0 #e020ff

Analogous Colors of #ffe020

#ffe020 #afff20 #ff7120

Monochromatic Colors of #ffe020

#ffe020

Complementary Color

#ffe020 #203fff

#ffe020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe020 Color CSS Codes

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

#ffe020 Text Font Color

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

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


#ffe020 Background Color

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

This div background color is #ffe020


#ffe020 Border Color

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

This div border color is #ffe020


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,224,32, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe020


Comments

No comments written yet.

Please login to write comment.