Color Hex Logo

#eea482 Color Hex

#EEA482
(238,164,130)
0 Favorites   0 Comments

Color spaces of #eea482

RGB 238164130
HSL0.050.760.72
HSV19°45°93°
CMYK 0.000.310.45   0.07
XYZ52.564646.339827.2931
Yxy46.33980.41650.3672
Hunter Lab68.073318.705123.8798
CIE-Lab73.765523.493328.6644

#eea482 color RGB value is (238,164,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100100 10000010
Octal 356 244 202
Decimal 238 164 130
Hex EE A4 82

RGB Percentages of Color #eea482

%44.74
%30.83
%24.44

CMYK Percentages of Color #eea482

%0
%31
%45
%7

Triadic Colors of #eea482

#eea482 #82eea4 #a482ee

Analogous Colors of #eea482

#eea482 #eeda82 #ee8296

Monochromatic Colors of #eea482

#eea482

Complementary Color

#eea482 #82ccee

#eea482 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea482 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea482 Color CSS Codes

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

#eea482 Text Font Color

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

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


#eea482 Background Color

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

This div background color is #eea482


#eea482 Border Color

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

This div border color is #eea482


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea482


Comments

No comments written yet.

Please login to write comment.