Color Hex Logo

#eeb28c Color Hex

#EEB28C
(238,178,140)
0 Favorites   0 Comments

Color spaces of #eeb28c

RGB 238178140
HSL0.060.740.74
HSV23°41°93°
CMYK 0.000.250.41   0.07
XYZ55.913951.911431.8839
Yxy51.91140.40020.3716
Hunter Lab72.049612.437824.1973
CIE-Lab77.227817.107527.9267

#eeb28c color RGB value is (238,178,140).

#eeb28c hex color red value is 238, green value is 178 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #eeb28c hue: 0.06 , saturation: 0.74 and the lightness value of eeb28c is 0.74.

The process color (four color CMYK) of #eeb28c color hex is 0.00, 0.25, 0.41, 0.07. Web safe color of #eeb28c is #ff9999. Color #eeb28c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 10001100
Octal 356 262 214
Decimal 238 178 140
Hex EE B2 8C

RGB Percentages of Color #eeb28c

%42.81
%32.01
%25.18

CMYK Percentages of Color #eeb28c

%0
%25
%41
%7

Triadic Colors of #eeb28c

#eeb28c #8ceeb2 #b28cee

Analogous Colors of #eeb28c

#eeb28c #eee38c #ee8c97

Monochromatic Colors of #eeb28c

#eeb28c

Complementary Color

#eeb28c #8cc8ee

#eeb28c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb28c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb28c Color CSS Codes

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

#eeb28c Text Font Color

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

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


#eeb28c Background Color

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

This div background color is #eeb28c


#eeb28c Border Color

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

This div border color is #eeb28c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb28c


Comments

No comments written yet.

Please login to write comment.