Color Hex Logo

#eeb80d Color Hex

#EEB80D
(238,184,13)
0 Favorites   0 Comments

Color spaces of #eeb80d

RGB 23818413
HSL0.130.900.49
HSV46°95°93°
CMYK 0.000.230.95   0.07
XYZ52.473052.48727.7462
Yxy52.48720.46560.4657
Hunter Lab72.44812.500744.3743
CIE-Lab77.57136.850678.4581

#eeb80d color RGB value is (238,184,13).

#eeb80d hex color red value is 238, green value is 184 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #eeb80d hue: 0.13 , saturation: 0.90 and the lightness value of eeb80d is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 00001101
Octal 356 270 15
Decimal 238 184 13
Hex EE B8 D

RGB Percentages of Color #eeb80d

%54.71
%42.30
%2.99

CMYK Percentages of Color #eeb80d

%0
%23
%95
%7

Triadic Colors of #eeb80d

#eeb80d #0deeb8 #b80dee

Analogous Colors of #eeb80d

#eeb80d #b4ee0d #ee480d

Monochromatic Colors of #eeb80d

#eeb80d

Complementary Color

#eeb80d #0d43ee

#eeb80d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb80d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb80d Color CSS Codes

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

#eeb80d Text Font Color

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

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


#eeb80d Background Color

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

This div background color is #eeb80d


#eeb80d Border Color

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

This div border color is #eeb80d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,184,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb80d


Comments

No comments written yet.

Please login to write comment.