Color Hex Logo

#ffe516 Color Hex

#FFE516
(255,229,22)
0 Favorites   0 Comments

Color spaces of #ffe516

RGB 25522922
HSL0.151.000.54
HSV53°91°100°
CMYK 0.000.100.91   0.00
XYZ69.404177.356612.0324
Yxy77.35660.43710.4872
Hunter Lab87.9526-13.061353.4556
CIE-Lab90.4855-8.740787.6201

#ffe516 color RGB value is (255,229,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100101 00010110
Octal 377 345 26
Decimal 255 229 22
Hex FF E5 16

RGB Percentages of Color #ffe516

%50.40
%45.26
%4.35

CMYK Percentages of Color #ffe516

%0
%10
%91
%0

Triadic Colors of #ffe516

#ffe516 #16ffe5 #e516ff

Analogous Colors of #ffe516

#ffe516 #a5ff16 #ff7116

Monochromatic Colors of #ffe516

#ffe516

Complementary Color

#ffe516 #1630ff

#ffe516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe516 Color CSS Codes

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

#ffe516 Text Font Color

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

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


#ffe516 Background Color

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

This div background color is #ffe516


#ffe516 Border Color

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

This div border color is #ffe516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe516

Related Colors

#ffe516 Color Palettes


Comments

No comments written yet.

Please login to write comment.