Color Hex Logo

#ffe10e Color Hex

#FFE10E
(255,225,14)
0 Favorites   0 Comments

Color spaces of #ffe10e

RGB 25522514
HSL0.151.000.53
HSV53°95°100°
CMYK 0.000.120.95   0.00
XYZ68.244575.142111.3225
Yxy75.14210.44110.4857
Hunter Lab86.6845-11.169552.9349
CIE-Lab89.4595-6.840187.7770

#ffe10e color RGB value is (255,225,14).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00001110
Octal 377 341 16
Decimal 255 225 14
Hex FF E1 E

RGB Percentages of Color #ffe10e

%51.62
%45.55
%2.83

CMYK Percentages of Color #ffe10e

%0
%12
%95
%0

Triadic Colors of #ffe10e

#ffe10e #0effe1 #e10eff

Analogous Colors of #ffe10e

#ffe10e #a5ff0e #ff690e

Monochromatic Colors of #ffe10e

#ffe10e

Complementary Color

#ffe10e #0e2cff

#ffe10e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe10e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe10e Color CSS Codes

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

#ffe10e Text Font Color

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

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


#ffe10e Background Color

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

This div background color is #ffe10e


#ffe10e Border Color

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

This div border color is #ffe10e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe10e


Comments

No comments written yet.

Please login to write comment.