Color Hex Logo

#ffe308 Color Hex

#FFE308
(255,227,8)
0 Favorites   0 Comments

Color spaces of #ffe308

RGB 2552278
HSL0.151.000.52
HSV53°97°100°
CMYK 0.000.110.97   0.00
XYZ68.752976.215711.3172
Yxy76.21570.43990.4877
Hunter Lab87.3016-12.203253.4252
CIE-Lab89.9594-7.885788.6536

#ffe308 color RGB value is (255,227,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100011 00001000
Octal 377 343 10
Decimal 255 227 8
Hex FF E3 8

RGB Percentages of Color #ffe308

%52.04
%46.33
%1.63

CMYK Percentages of Color #ffe308

%0
%11
%97
%0

Triadic Colors of #ffe308

#ffe308 #08ffe3 #e308ff

Analogous Colors of #ffe308

#ffe308 #a0ff08 #ff6808

Monochromatic Colors of #ffe308

#ffe308

Complementary Color

#ffe308 #0824ff

#ffe308 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe308 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe308 Color CSS Codes

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

#ffe308 Text Font Color

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

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


#ffe308 Background Color

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

This div background color is #ffe308


#ffe308 Border Color

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

This div border color is #ffe308


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe308

Related Colors


Comments

No comments written yet.

Please login to write comment.