Color Hex Logo

#eeb708 Color Hex

#EEB708
(238,183,8)
0 Favorites   0 Comments

Color spaces of #eeb708

RGB 2381838
HSL0.130.930.48
HSV46°97°93°
CMYK 0.000.230.97   0.07
XYZ52.237252.06167.5254
Yxy52.06160.46710.4656
Hunter Lab72.15372.959844.3239
CIE-Lab77.31777.328478.8158

#eeb708 color RGB value is (238,183,8).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110111 00001000
Octal 356 267 10
Decimal 238 183 8
Hex EE B7 8

RGB Percentages of Color #eeb708

%55.48
%42.66
%1.86

CMYK Percentages of Color #eeb708

%0
%23
%97
%7

Triadic Colors of #eeb708

#eeb708 #08eeb7 #b708ee

Analogous Colors of #eeb708

#eeb708 #b2ee08 #ee4408

Monochromatic Colors of #eeb708

#eeb708

Complementary Color

#eeb708 #083fee

#eeb708 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb708 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb708 Color CSS Codes

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

#eeb708 Text Font Color

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

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


#eeb708 Background Color

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

This div background color is #eeb708


#eeb708 Border Color

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

This div border color is #eeb708


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb708


Comments

No comments written yet.

Please login to write comment.