Color Hex Logo

#ffe20e Color Hex

#FFE20E
(255,226,14)
0 Favorites   0 Comments

Color spaces of #ffe20e

RGB 25522614
HSL0.151.000.53
HSV53°95°100°
CMYK 0.000.110.95   0.00
XYZ68.515675.684411.4129
Yxy75.68440.44030.4864
Hunter Lab86.9968-11.664153.1196
CIE-Lab89.7126-7.338987.9638

#ffe20e color RGB value is (255,226,14).

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

The process color (four color CMYK) of #ffe20e color hex is 0.00, 0.11, 0.95, 0.00. Web safe color of #ffe20e is #ffcc00. Color #ffe20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 00001110
Octal 377 342 16
Decimal 255 226 14
Hex FF E2 E

RGB Percentages of Color #ffe20e

%51.52
%45.66
%2.83

CMYK Percentages of Color #ffe20e

%0
%11
%95
%0

Triadic Colors of #ffe20e

#ffe20e #0effe2 #e20eff

Analogous Colors of #ffe20e

#ffe20e #a4ff0e #ff6a0e

Monochromatic Colors of #ffe20e

#ffe20e

Complementary Color

#ffe20e #0e2bff

#ffe20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe20e Color CSS Codes

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

#ffe20e Text Font Color

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

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


#ffe20e Background Color

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

This div background color is #ffe20e


#ffe20e Border Color

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

This div border color is #ffe20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe20e


Comments

No comments written yet.

Please login to write comment.