Color Hex Logo

#eeba75 Color Hex

#EEBA75
(238,186,117)
0 Favorites   0 Comments

Color spaces of #eeba75

RGB 238186117
HSL0.100.780.70
HSV34°51°93°
CMYK 0.000.220.51   0.07
XYZ56.029754.579324.4114
Yxy54.57930.41500.4042
Hunter Lab73.87786.090132.1233
CIE-Lab78.798310.627141.9460

#eeba75 color RGB value is (238,186,117).

#eeba75 hex color red value is 238, green value is 186 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #eeba75 hue: 0.10 , saturation: 0.78 and the lightness value of eeba75 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 01110101
Octal 356 272 165
Decimal 238 186 117
Hex EE BA 75

RGB Percentages of Color #eeba75

%43.99
%34.38
%21.63

CMYK Percentages of Color #eeba75

%0
%22
%51
%7

Triadic Colors of #eeba75

#eeba75 #75eeba #ba75ee

Analogous Colors of #eeba75

#eeba75 #e6ee75 #ee7e75

Monochromatic Colors of #eeba75

#eeba75

Complementary Color

#eeba75 #75a9ee

#eeba75 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeba75 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeba75 Color CSS Codes

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

#eeba75 Text Font Color

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

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


#eeba75 Background Color

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

This div background color is #eeba75


#eeba75 Border Color

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

This div border color is #eeba75


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeba75


Comments

No comments written yet.

Please login to write comment.