Color Hex Logo

#eea382 Color Hex

#EEA382
(238,163,130)
0 Favorites   0 Comments

Color spaces of #eea382

RGB 238163130
HSL0.050.760.72
HSV18°45°93°
CMYK 0.000.320.45   0.07
XYZ52.386445.983227.2337
Yxy45.98320.41710.3661
Hunter Lab67.810919.228723.6560
CIE-Lab73.534624.024128.3580

#eea382 color RGB value is (238,163,130).

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

The process color (four color CMYK) of #eea382 color hex is 0.00, 0.32, 0.45, 0.07. Web safe color of #eea382 is #ff9999. Color #eea382 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100011 10000010
Octal 356 243 202
Decimal 238 163 130
Hex EE A3 82

RGB Percentages of Color #eea382

%44.82
%30.70
%24.48

CMYK Percentages of Color #eea382

%0
%32
%45
%7

Triadic Colors of #eea382

#eea382 #82eea3 #a382ee

Analogous Colors of #eea382

#eea382 #eed982 #ee8297

Monochromatic Colors of #eea382

#eea382

Complementary Color

#eea382 #82cdee

#eea382 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea382 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea382 Color CSS Codes

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

#eea382 Text Font Color

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

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


#eea382 Background Color

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

This div background color is #eea382


#eea382 Border Color

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

This div border color is #eea382


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea382


Comments

No comments written yet.

Please login to write comment.