Color Hex Logo

#ffe016 Color Hex

#FFE016
(255,224,22)
0 Favorites   0 Comments

Color spaces of #ffe016

RGB 25522422
HSL0.141.000.54
HSV52°91°100°
CMYK 0.000.120.91   0.00
XYZ68.040574.629211.5778
Yxy74.62920.44110.4838
Hunter Lab86.3882-10.590352.5257
CIE-Lab89.2190-6.250086.6608

#ffe016 color RGB value is (255,224,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100000 00010110
Octal 377 340 26
Decimal 255 224 22
Hex FF E0 16

RGB Percentages of Color #ffe016

%50.90
%44.71
%4.39

CMYK Percentages of Color #ffe016

%0
%12
%91
%0

Triadic Colors of #ffe016

#ffe016 #16ffe0 #e016ff

Analogous Colors of #ffe016

#ffe016 #aaff16 #ff6c16

Monochromatic Colors of #ffe016

#ffe016

Complementary Color

#ffe016 #1635ff

#ffe016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe016 Color CSS Codes

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

#ffe016 Text Font Color

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

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


#ffe016 Background Color

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

This div background color is #ffe016


#ffe016 Border Color

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

This div border color is #ffe016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe016


Comments

No comments written yet.

Please login to write comment.