Color Hex Logo

#eeca82 Color Hex

#EECA82
(238,202,130)
0 Favorites   0 Comments

Color spaces of #eeca82

RGB 238202130
HSL0.110.760.72
HSV40°45°93°
CMYK 0.000.150.45   0.07
XYZ60.409762.029929.9081
Yxy62.02990.39650.4072
Hunter Lab78.7591-0.915532.6165
CIE-Lab82.92933.472640.5589

#eeca82 color RGB value is (238,202,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001010 10000010
Octal 356 312 202
Decimal 238 202 130
Hex EE CA 82

RGB Percentages of Color #eeca82

%41.75
%35.44
%22.81

CMYK Percentages of Color #eeca82

%0
%15
%45
%7

Triadic Colors of #eeca82

#eeca82 #82eeca #ca82ee

Analogous Colors of #eeca82

#eeca82 #dcee82 #ee9482

Monochromatic Colors of #eeca82

#eeca82

Complementary Color

#eeca82 #82a6ee

#eeca82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeca82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeca82 Color CSS Codes

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

#eeca82 Text Font Color

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

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


#eeca82 Background Color

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

This div background color is #eeca82


#eeca82 Border Color

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

This div border color is #eeca82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeca82


Comments

No comments written yet.

Please login to write comment.