Color Hex Logo

#eeb685 Color Hex

#EEB685
(238,182,133)
0 Favorites   0 Comments

Color spaces of #eeb685

RGB 238182133
HSL0.080.760.73
HSV28°44°93°
CMYK 0.000.240.44   0.07
XYZ56.221553.326529.5202
Yxy53.32650.40430.3835
Hunter Lab73.02509.632327.1496
CIE-Lab78.067414.255632.7408

#eeb685 color RGB value is (238,182,133).

#eeb685 hex color red value is 238, green value is 182 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #eeb685 hue: 0.08 , saturation: 0.76 and the lightness value of eeb685 is 0.73.

The process color (four color CMYK) of #eeb685 color hex is 0.00, 0.24, 0.44, 0.07. Web safe color of #eeb685 is #ffcc99. Color #eeb685 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110110 10000101
Octal 356 266 205
Decimal 238 182 133
Hex EE B6 85

RGB Percentages of Color #eeb685

%43.04
%32.91
%24.05

CMYK Percentages of Color #eeb685

%0
%24
%44
%7

Triadic Colors of #eeb685

#eeb685 #85eeb6 #b685ee

Analogous Colors of #eeb685

#eeb685 #eeeb85 #ee8589

Monochromatic Colors of #eeb685

#eeb685

Complementary Color

#eeb685 #85bdee

#eeb685 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb685 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb685 Color CSS Codes

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

#eeb685 Text Font Color

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

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


#eeb685 Background Color

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

This div background color is #eeb685


#eeb685 Border Color

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

This div border color is #eeb685


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb685


Comments

No comments written yet.

Please login to write comment.