Color Hex Logo

#eea270 Color Hex

#EEA270
(238,162,112)
0 Favorites   0 Comments

Color spaces of #eea270

RGB 238162112
HSL0.070.790.69
HSV24°53°93°
CMYK 0.000.320.53   0.07
XYZ51.104945.187721.3578
Yxy45.18770.43440.3841
Hunter Lab67.221818.065228.2176
CIE-Lab73.015322.892137.2686

#eea270 color RGB value is (238,162,112).

#eea270 hex color red value is 238, green value is 162 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #eea270 hue: 0.07 , saturation: 0.79 and the lightness value of eea270 is 0.69.

The process color (four color CMYK) of #eea270 color hex is 0.00, 0.32, 0.53, 0.07. Web safe color of #eea270 is #ff9966. Color #eea270 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 01110000
Octal 356 242 160
Decimal 238 162 112
Hex EE A2 70

RGB Percentages of Color #eea270

%46.48
%31.64
%21.88

CMYK Percentages of Color #eea270

%0
%32
%53
%7

Triadic Colors of #eea270

#eea270 #70eea2 #a270ee

Analogous Colors of #eea270

#eea270 #eee170 #ee707d

Monochromatic Colors of #eea270

#eea270

Complementary Color

#eea270 #70bcee

#eea270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea270 Color CSS Codes

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

#eea270 Text Font Color

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

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


#eea270 Background Color

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

This div background color is #eea270


#eea270 Border Color

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

This div border color is #eea270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea270


Comments

No comments written yet.

Please login to write comment.