Color Hex Logo

#eeab08 Color Hex

#EEAB08
(238,171,8)
0 Favorites   0 Comments

Color spaces of #eeab08

RGB 2381718
HSL0.120.930.48
HSV43°97°93°
CMYK 0.000.280.97   0.07
XYZ49.866647.32056.7352
Yxy47.32050.47980.4553
Hunter Lab68.78999.014442.3479
CIE-Lab74.394313.637476.7552

#eeab08 color RGB value is (238,171,8).

#eeab08 hex color red value is 238, green value is 171 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #eeab08 hue: 0.12 , saturation: 0.93 and the lightness value of eeab08 is 0.48.

The process color (four color CMYK) of #eeab08 color hex is 0.00, 0.28, 0.97, 0.07. Web safe color of #eeab08 is #ff9900. Color #eeab08 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10101011 00001000
Octal 356 253 10
Decimal 238 171 8
Hex EE AB 8

RGB Percentages of Color #eeab08

%57.07
%41.01
%1.92

CMYK Percentages of Color #eeab08

%0
%28
%97
%7

Triadic Colors of #eeab08

#eeab08 #08eeab #ab08ee

Analogous Colors of #eeab08

#eeab08 #beee08 #ee3808

Monochromatic Colors of #eeab08

#eeab08

Complementary Color

#eeab08 #084bee

#eeab08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeab08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeab08 Color CSS Codes

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

#eeab08 Text Font Color

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

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


#eeab08 Background Color

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

This div background color is #eeab08


#eeab08 Border Color

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

This div border color is #eeab08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeab08


Comments

No comments written yet.

Please login to write comment.