Color Hex Logo

#eea27a Color Hex

#EEA27A
(238,162,122)
0 Favorites   0 Comments

Color spaces of #eea27a

RGB 238162122
HSL0.060.770.71
HSV21°49°93°
CMYK 0.000.320.49   0.07
XYZ51.693145.422924.4553
Yxy45.42290.42520.3736
Hunter Lab67.396518.965525.6638
CIE-Lab73.169523.781532.1683

#eea27a color RGB value is (238,162,122).

#eea27a hex color red value is 238, green value is 162 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #eea27a hue: 0.06 , saturation: 0.77 and the lightness value of eea27a is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10100010 01111010
Octal 356 242 172
Decimal 238 162 122
Hex EE A2 7A

RGB Percentages of Color #eea27a

%45.59
%31.03
%23.37

CMYK Percentages of Color #eea27a

%0
%32
%49
%7

Triadic Colors of #eea27a

#eea27a #7aeea2 #a27aee

Analogous Colors of #eea27a

#eea27a #eedc7a #ee7a8c

Monochromatic Colors of #eea27a

#eea27a

Complementary Color

#eea27a #7ac6ee

#eea27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eea27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eea27a Color CSS Codes

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

#eea27a Text Font Color

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

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


#eea27a Background Color

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

This div background color is #eea27a


#eea27a Border Color

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

This div border color is #eea27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eea27a


Comments

No comments written yet.

Please login to write comment.