Color Hex Logo

#eebf5b Color Hex

#EEBF5B
(238,191,91)
0 Favorites   0 Comments

Color spaces of #eebf5b

RGB 23819191
HSL0.110.810.65
HSV41°62°93°
CMYK 0.000.200.62   0.07
XYZ55.779056.194117.8042
Yxy56.19410.42980.4330
Hunter Lab74.96271.635338.3921
CIE-Lab79.72426.010255.6752

#eebf5b color RGB value is (238,191,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 01011011
Octal 356 277 133
Decimal 238 191 91
Hex EE BF 5B

RGB Percentages of Color #eebf5b

%45.77
%36.73
%17.50

CMYK Percentages of Color #eebf5b

%0
%20
%62
%7

Triadic Colors of #eebf5b

#eebf5b #5beebf #bf5bee

Analogous Colors of #eebf5b

#eebf5b #d4ee5b #ee765b

Monochromatic Colors of #eebf5b

#eebf5b

Complementary Color

#eebf5b #5b8aee

#eebf5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebf5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebf5b Color CSS Codes

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

#eebf5b Text Font Color

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

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


#eebf5b Background Color

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

This div background color is #eebf5b


#eebf5b Border Color

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

This div border color is #eebf5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebf5b


Comments

No comments written yet.

Please login to write comment.