Color Hex Logo

#eebf5f Color Hex

#EEBF5F
(238,191,95)
0 Favorites   0 Comments

Color spaces of #eebf5f

RGB 23819195
HSL0.110.810.65
HSV40°60°93°
CMYK 0.000.200.60   0.07
XYZ55.956356.265018.7375
Yxy56.26500.42730.4296
Hunter Lab75.01001.890737.6964
CIE-Lab79.76446.279853.8660

#eebf5f color RGB value is (238,191,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111111 01011111
Octal 356 277 137
Decimal 238 191 95
Hex EE BF 5F

RGB Percentages of Color #eebf5f

%45.42
%36.45
%18.13

CMYK Percentages of Color #eebf5f

%0
%20
%60
%7

Triadic Colors of #eebf5f

#eebf5f #5feebf #bf5fee

Analogous Colors of #eebf5f

#eebf5f #d6ee5f #ee785f

Monochromatic Colors of #eebf5f

#eebf5f

Complementary Color

#eebf5f #5f8eee

#eebf5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebf5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebf5f Color CSS Codes

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

#eebf5f Text Font Color

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

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


#eebf5f Background Color

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

This div background color is #eebf5f


#eebf5f Border Color

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

This div border color is #eebf5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebf5f


Comments

No comments written yet.

Please login to write comment.