Color Hex Logo

#eeb27c Color Hex

#EEB27C
(238,178,124)
0 Favorites   0 Comments

Color spaces of #eeb27c

RGB 238178124
HSL0.080.770.71
HSV28°48°93°
CMYK 0.000.250.48   0.07
XYZ54.818451.473226.1149
Yxy51.47320.41400.3888
Hunter Lab71.744810.833928.6400
CIE-Lab76.964815.487236.0218

#eeb27c color RGB value is (238,178,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 01111100
Octal 356 262 174
Decimal 238 178 124
Hex EE B2 7C

RGB Percentages of Color #eeb27c

%44.07
%32.96
%22.96

CMYK Percentages of Color #eeb27c

%0
%25
%48
%7

Triadic Colors of #eeb27c

#eeb27c #7ceeb2 #b27cee

Analogous Colors of #eeb27c

#eeb27c #eeeb7c #ee7c7f

Monochromatic Colors of #eeb27c

#eeb27c

Complementary Color

#eeb27c #7cb8ee

#eeb27c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb27c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb27c Color CSS Codes

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

#eeb27c Text Font Color

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

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


#eeb27c Background Color

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

This div background color is #eeb27c


#eeb27c Border Color

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

This div border color is #eeb27c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb27c


Comments

No comments written yet.

Please login to write comment.