Color Hex Logo

#eec985 Color Hex

#EEC985
(238,201,133)
0 Favorites   0 Comments

Color spaces of #eec985

RGB 238201133
HSL0.110.760.73
HSV39°44°93°
CMYK 0.000.160.44   0.07
XYZ60.380261.643930.9064
Yxy61.64390.39480.4031
Hunter Lab78.5136-0.125031.6204
CIE-Lab82.72374.288938.7737

#eec985 color RGB value is (238,201,133).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001001 10000101
Octal 356 311 205
Decimal 238 201 133
Hex EE C9 85

RGB Percentages of Color #eec985

%41.61
%35.14
%23.25

CMYK Percentages of Color #eec985

%0
%16
%44
%7

Triadic Colors of #eec985

#eec985 #85eec9 #c985ee

Analogous Colors of #eec985

#eec985 #dfee85 #ee9585

Monochromatic Colors of #eec985

#eec985

Complementary Color

#eec985 #85aaee

#eec985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec985 Color CSS Codes

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

#eec985 Text Font Color

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

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


#eec985 Background Color

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

This div background color is #eec985


#eec985 Border Color

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

This div border color is #eec985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec985


Comments

No comments written yet.

Please login to write comment.