Color Hex Logo

#ffe316 Color Hex

#FFE316
(255,227,22)
0 Favorites   0 Comments

Color spaces of #ffe316

RGB 25522722
HSL0.151.000.54
HSV53°91°100°
CMYK 0.000.110.91   0.00
XYZ68.853976.256111.8490
Yxy76.25610.43870.4858
Hunter Lab87.3247-12.074453.0823
CIE-Lab89.9781-7.746787.2354

#ffe316 color RGB value is (255,227,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 00010110
Octal 377 343 26
Decimal 255 227 22
Hex FF E3 16

RGB Percentages of Color #ffe316

%50.60
%45.04
%4.37

CMYK Percentages of Color #ffe316

%0
%11
%91
%0

Triadic Colors of #ffe316

#ffe316 #16ffe3 #e316ff

Analogous Colors of #ffe316

#ffe316 #a7ff16 #ff6f16

Monochromatic Colors of #ffe316

#ffe316

Complementary Color

#ffe316 #1632ff

#ffe316 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe316 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe316 Color CSS Codes

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

#ffe316 Text Font Color

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

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


#ffe316 Background Color

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

This div background color is #ffe316


#ffe316 Border Color

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

This div border color is #ffe316


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe316


Comments

No comments written yet.

Please login to write comment.