Color Hex Logo

#ffe50e Color Hex

#FFE50E
(255,229,14)
0 Favorites   0 Comments

Color spaces of #ffe50e

RGB 25522914
HSL0.151.000.53
HSV54°95°100°
CMYK 0.000.100.95   0.00
XYZ69.338677.330311.6872
Yxy77.33030.43790.4883
Hunter Lab87.9376-13.144153.6765
CIE-Lab90.4734-8.830488.5260

#ffe50e color RGB value is (255,229,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 00001110
Octal 377 345 16
Decimal 255 229 14
Hex FF E5 E

RGB Percentages of Color #ffe50e

%51.20
%45.98
%2.81

CMYK Percentages of Color #ffe50e

%0
%10
%95
%0

Triadic Colors of #ffe50e

#ffe50e #0effe5 #e50eff

Analogous Colors of #ffe50e

#ffe50e #a1ff0e #ff6d0e

Monochromatic Colors of #ffe50e

#ffe50e

Complementary Color

#ffe50e #0e28ff

#ffe50e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe50e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe50e Color CSS Codes

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

#ffe50e Text Font Color

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

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


#ffe50e Background Color

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

This div background color is #ffe50e


#ffe50e Border Color

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

This div border color is #ffe50e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe50e

Related Colors


Comments

No comments written yet.

Please login to write comment.