Color Hex Logo

#eeb40b Color Hex

#EEB40B
(238,180,11)
0 Favorites   0 Comments

Color spaces of #eeb40b

RGB 23818011
HSL0.120.910.49
HSV45°95°93°
CMYK 0.000.240.95   0.07
XYZ51.641650.84387.4086
Yxy50.84380.46990.4627
Hunter Lab71.30484.492843.7531
CIE-Lab76.58438.926977.9783

#eeb40b color RGB value is (238,180,11).

#eeb40b hex color red value is 238, green value is 180 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #eeb40b hue: 0.12 , saturation: 0.91 and the lightness value of eeb40b is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110100 00001011
Octal 356 264 13
Decimal 238 180 11
Hex EE B4 B

RGB Percentages of Color #eeb40b

%55.48
%41.96
%2.56

CMYK Percentages of Color #eeb40b

%0
%24
%95
%7

Triadic Colors of #eeb40b

#eeb40b #0beeb4 #b40bee

Analogous Colors of #eeb40b

#eeb40b #b7ee0b #ee420b

Monochromatic Colors of #eeb40b

#eeb40b

Complementary Color

#eeb40b #0b45ee

#eeb40b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb40b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb40b Color CSS Codes

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

#eeb40b Text Font Color

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

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


#eeb40b Background Color

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

This div background color is #eeb40b


#eeb40b Border Color

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

This div border color is #eeb40b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb40b


Comments

No comments written yet.

Please login to write comment.