Color Hex Logo

#eeca80 Color Hex

#EECA80
(238,202,128)
0 Favorites   0 Comments

Color spaces of #eeca80

RGB 238202128
HSL0.110.760.72
HSV40°46°93°
CMYK 0.000.150.46   0.07
XYZ60.276761.976729.2079
Yxy61.97670.39800.4092
Hunter Lab78.7253-1.099233.1105
CIE-Lab82.90103.278841.5328

#eeca80 color RGB value is (238,202,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 10000000
Octal 356 312 200
Decimal 238 202 128
Hex EE CA 80

RGB Percentages of Color #eeca80

%41.90
%35.56
%22.54

CMYK Percentages of Color #eeca80

%0
%15
%46
%7

Triadic Colors of #eeca80

#eeca80 #80eeca #ca80ee

Analogous Colors of #eeca80

#eeca80 #dbee80 #ee9380

Monochromatic Colors of #eeca80

#eeca80

Complementary Color

#eeca80 #80a4ee

#eeca80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca80 Color CSS Codes

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

#eeca80 Text Font Color

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

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


#eeca80 Background Color

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

This div background color is #eeca80


#eeca80 Border Color

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

This div border color is #eeca80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca80


Comments

No comments written yet.

Please login to write comment.