Color Hex Logo

#eebe5b Color Hex

#EEBE5B
(238,190,91)
0 Favorites   0 Comments

Color spaces of #eebe5b

RGB 23819091
HSL0.110.810.65
HSV40°62°93°
CMYK 0.000.200.62   0.07
XYZ55.561755.759417.7318
Yxy55.75940.43050.4321
Hunter Lab74.67222.140938.1914
CIE-Lab79.47676.532655.3970

#eebe5b color RGB value is (238,190,91).

#eebe5b hex color red value is 238, green value is 190 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #eebe5b hue: 0.11 , saturation: 0.81 and the lightness value of eebe5b is 0.65.

The process color (four color CMYK) of #eebe5b color hex is 0.00, 0.20, 0.62, 0.07. Web safe color of #eebe5b is #ffcc66. Color #eebe5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111110 01011011
Octal 356 276 133
Decimal 238 190 91
Hex EE BE 5B

RGB Percentages of Color #eebe5b

%45.86
%36.61
%17.53

CMYK Percentages of Color #eebe5b

%0
%20
%62
%7

Triadic Colors of #eebe5b

#eebe5b #5beebe #be5bee

Analogous Colors of #eebe5b

#eebe5b #d5ee5b #ee755b

Monochromatic Colors of #eebe5b

#eebe5b

Complementary Color

#eebe5b #5b8bee

#eebe5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebe5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebe5b Color CSS Codes

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

#eebe5b Text Font Color

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

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


#eebe5b Background Color

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

This div background color is #eebe5b


#eebe5b Border Color

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

This div border color is #eebe5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebe5b


Comments

No comments written yet.

Please login to write comment.