Color Hex Logo

#ffe420 Color Hex

#FFE420
(255,228,32)
0 Favorites   0 Comments

Color spaces of #ffe420

RGB 25522832
HSL0.151.000.56
HSV53°87°100°
CMYK 0.000.110.87   0.00
XYZ69.244176.851112.5507
Yxy76.85110.43650.4844
Hunter Lab87.6648-12.420852.8770
CIE-Lab90.2530-8.085085.8606

#ffe420 color RGB value is (255,228,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100100 00100000
Octal 377 344 40
Decimal 255 228 32
Hex FF E4 20

RGB Percentages of Color #ffe420

%49.51
%44.27
%6.21

CMYK Percentages of Color #ffe420

%0
%11
%87
%0

Triadic Colors of #ffe420

#ffe420 #20ffe4 #e420ff

Analogous Colors of #ffe420

#ffe420 #abff20 #ff7520

Monochromatic Colors of #ffe420

#ffe420

Complementary Color

#ffe420 #203bff

#ffe420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe420 Color CSS Codes

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

#ffe420 Text Font Color

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

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


#ffe420 Background Color

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

This div background color is #ffe420


#ffe420 Border Color

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

This div border color is #ffe420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe420

Related Colors


Comments

No comments written yet.

Please login to write comment.