Color Hex Logo

#eeb28d Color Hex

#EEB28D
(238,178,141)
0 Favorites   0 Comments

Color spaces of #eeb28d

RGB 238178141
HSL0.060.740.74
HSV23°41°93°
CMYK 0.000.250.41   0.07
XYZ55.988051.941032.2740
Yxy51.94100.39930.3705
Hunter Lab72.070112.545923.8982
CIE-Lab77.245517.216127.4178

#eeb28d color RGB value is (238,178,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 10001101
Octal 356 262 215
Decimal 238 178 141
Hex EE B2 8D

RGB Percentages of Color #eeb28d

%42.73
%31.96
%25.31

CMYK Percentages of Color #eeb28d

%0
%25
%41
%7

Triadic Colors of #eeb28d

#eeb28d #8deeb2 #b28dee

Analogous Colors of #eeb28d

#eeb28d #eee38d #ee8d99

Monochromatic Colors of #eeb28d

#eeb28d

Complementary Color

#eeb28d #8dc9ee

#eeb28d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb28d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb28d Color CSS Codes

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

#eeb28d Text Font Color

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

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


#eeb28d Background Color

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

This div background color is #eeb28d


#eeb28d Border Color

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

This div border color is #eeb28d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb28d


Comments

No comments written yet.

Please login to write comment.