Color Hex Logo

#eec680 Color Hex

#EEC680
(238,198,128)
0 Favorites   0 Comments

Color spaces of #eec680

RGB 238198128
HSL0.110.760.72
HSV38°46°93°
CMYK 0.000.170.46   0.07
XYZ59.350360.123828.8990
Yxy60.12380.40000.4052
Hunter Lab77.53950.933232.1803
CIE-Lab81.90545.358140.2726

#eec680 color RGB value is (238,198,128).

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

The process color (four color CMYK) of #eec680 color hex is 0.00, 0.17, 0.46, 0.07. Web safe color of #eec680 is #ffcc99. Color #eec680 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11000110 10000000
Octal 356 306 200
Decimal 238 198 128
Hex EE C6 80

RGB Percentages of Color #eec680

%42.20
%35.11
%22.70

CMYK Percentages of Color #eec680

%0
%17
%46
%7

Triadic Colors of #eec680

#eec680 #80eec6 #c680ee

Analogous Colors of #eec680

#eec680 #dfee80 #ee8f80

Monochromatic Colors of #eec680

#eec680

Complementary Color

#eec680 #80a8ee

#eec680 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eec680 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eec680 Color CSS Codes

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

#eec680 Text Font Color

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

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


#eec680 Background Color

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

This div background color is #eec680


#eec680 Border Color

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

This div border color is #eec680


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eec680


Comments

No comments written yet.

Please login to write comment.