Color Hex Logo

#eec886 Color Hex

#EEC886
(238,200,134)
0 Favorites   0 Comments

Color spaces of #eec886

RGB 238200134
HSL0.110.750.73
HSV38°44°93°
CMYK 0.000.160.44   0.07
XYZ60.217261.206931.1946
Yxy61.20690.39460.4010
Hunter Lab78.23480.480131.1237
CIE-Lab82.48984.909837.9632

#eec886 color RGB value is (238,200,134).

#eec886 hex color red value is 238, green value is 200 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eec886 hue: 0.11 , saturation: 0.75 and the lightness value of eec886 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001000 10000110
Octal 356 310 206
Decimal 238 200 134
Hex EE C8 86

RGB Percentages of Color #eec886

%41.61
%34.97
%23.43

CMYK Percentages of Color #eec886

%0
%16
%44
%7

Triadic Colors of #eec886

#eec886 #86eec8 #c886ee

Analogous Colors of #eec886

#eec886 #e0ee86 #ee9486

Monochromatic Colors of #eec886

#eec886

Complementary Color

#eec886 #86acee

#eec886 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec886 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec886 Color CSS Codes

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

#eec886 Text Font Color

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

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


#eec886 Background Color

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

This div background color is #eec886


#eec886 Border Color

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

This div border color is #eec886


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec886


Comments

No comments written yet.

Please login to write comment.