Color Hex Logo

#eeb95f Color Hex

#EEB95F
(238,185,95)
0 Favorites   0 Comments

Color spaces of #eeb95f

RGB 23818595
HSL0.100.810.65
HSV38°60°93°
CMYK 0.000.220.60   0.07
XYZ54.674453.701318.3102
Yxy53.70130.43160.4239
Hunter Lab73.28124.935136.4825
CIE-Lab78.28729.422152.1713

#eeb95f color RGB value is (238,185,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 01011111
Octal 356 271 137
Decimal 238 185 95
Hex EE B9 5F

RGB Percentages of Color #eeb95f

%45.95
%35.71
%18.34

CMYK Percentages of Color #eeb95f

%0
%22
%60
%7

Triadic Colors of #eeb95f

#eeb95f #5feeb9 #b95fee

Analogous Colors of #eeb95f

#eeb95f #dcee5f #ee725f

Monochromatic Colors of #eeb95f

#eeb95f

Complementary Color

#eeb95f #5f94ee

#eeb95f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb95f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb95f Color CSS Codes

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

#eeb95f Text Font Color

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

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


#eeb95f Background Color

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

This div background color is #eeb95f


#eeb95f Border Color

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

This div border color is #eeb95f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb95f


Comments

No comments written yet.

Please login to write comment.