Color Hex Logo

#ffe116 Color Hex

#FFE116
(255,225,22)
0 Favorites   0 Comments

Color spaces of #ffe116

RGB 25522522
HSL0.151.000.54
HSV52°91°100°
CMYK 0.000.120.91   0.00
XYZ68.310075.168411.6677
Yxy75.16840.44030.4845
Hunter Lab86.6997-11.085852.7108
CIE-Lab89.4718-6.749986.8520

#ffe116 color RGB value is (255,225,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 00010110
Octal 377 341 26
Decimal 255 225 22
Hex FF E1 16

RGB Percentages of Color #ffe116

%50.80
%44.82
%4.38

CMYK Percentages of Color #ffe116

%0
%12
%91
%0

Triadic Colors of #ffe116

#ffe116 #16ffe1 #e116ff

Analogous Colors of #ffe116

#ffe116 #a9ff16 #ff6d16

Monochromatic Colors of #ffe116

#ffe116

Complementary Color

#ffe116 #1634ff

#ffe116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe116 Color CSS Codes

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

#ffe116 Text Font Color

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

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


#ffe116 Background Color

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

This div background color is #ffe116


#ffe116 Border Color

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

This div border color is #ffe116


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe116


Comments

No comments written yet.

Please login to write comment.