Color Hex Logo

#eeb27a Color Hex

#EEB27A
(238,178,122)
0 Favorites   0 Comments

Color spaces of #eeb27a

RGB 238178122
HSL0.080.770.71
HSV29°49°93°
CMYK 0.000.250.49   0.07
XYZ54.693151.423125.4554
Yxy51.42310.41570.3908
Hunter Lab71.709910.649529.1503
CIE-Lab76.934615.299937.0247

#eeb27a color RGB value is (238,178,122).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 01111010
Octal 356 262 172
Decimal 238 178 122
Hex EE B2 7A

RGB Percentages of Color #eeb27a

%44.24
%33.09
%22.68

CMYK Percentages of Color #eeb27a

%0
%25
%49
%7

Triadic Colors of #eeb27a

#eeb27a #7aeeb2 #b27aee

Analogous Colors of #eeb27a

#eeb27a #eeec7a #ee7a7c

Monochromatic Colors of #eeb27a

#eeb27a

Complementary Color

#eeb27a #7ab6ee

#eeb27a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb27a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb27a Color CSS Codes

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

#eeb27a Text Font Color

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

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


#eeb27a Background Color

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

This div background color is #eeb27a


#eeb27a Border Color

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

This div border color is #eeb27a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb27a


Comments

No comments written yet.

Please login to write comment.