Color Hex Logo

#ffe11e Color Hex

#FFE11E
(255,225,30)
0 Favorites   0 Comments

Color spaces of #ffe11e

RGB 25522530
HSL0.141.000.56
HSV52°88°100°
CMYK 0.000.120.88   0.00
XYZ68.399675.204212.1391
Yxy75.20420.43920.4829
Hunter Lab86.7204-10.971052.4048
CIE-Lab89.4886-6.626385.6184

#ffe11e color RGB value is (255,225,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00011110
Octal 377 341 36
Decimal 255 225 30
Hex FF E1 1E

RGB Percentages of Color #ffe11e

%50.00
%44.12
%5.88

CMYK Percentages of Color #ffe11e

%0
%12
%88
%0

Triadic Colors of #ffe11e

#ffe11e #1effe1 #e11eff

Analogous Colors of #ffe11e

#ffe11e #adff1e #ff711e

Monochromatic Colors of #ffe11e

#ffe11e

Complementary Color

#ffe11e #1e3cff

#ffe11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe11e Color CSS Codes

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

#ffe11e Text Font Color

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

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


#ffe11e Background Color

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

This div background color is #ffe11e


#ffe11e Border Color

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

This div border color is #ffe11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe11e

Related Colors


Comments

No comments written yet.

Please login to write comment.