Color Hex Logo

#eec486 Color Hex

#EEC486
(238,196,134)
0 Favorites   0 Comments

Color spaces of #eec486

RGB 238196134
HSL0.100.750.73
HSV36°44°93°
CMYK 0.000.180.44   0.07
XYZ59.302959.378230.8898
Yxy59.37820.39650.3970
Hunter Lab77.05732.522630.1726
CIE-Lab81.49906.996036.6858

#eec486 color RGB value is (238,196,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000100 10000110
Octal 356 304 206
Decimal 238 196 134
Hex EE C4 86

RGB Percentages of Color #eec486

%41.90
%34.51
%23.59

CMYK Percentages of Color #eec486

%0
%18
%44
%7

Triadic Colors of #eec486

#eec486 #86eec4 #c486ee

Analogous Colors of #eec486

#eec486 #e4ee86 #ee9086

Monochromatic Colors of #eec486

#eec486

Complementary Color

#eec486 #86b0ee

#eec486 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec486 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec486 Color CSS Codes

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

#eec486 Text Font Color

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

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


#eec486 Background Color

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

This div background color is #eec486


#eec486 Border Color

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

This div border color is #eec486


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec486


Comments

No comments written yet.

Please login to write comment.