Color Hex Logo

#eeb09d Color Hex

#EEB09D
(238,176,157)
0 Favorites   0 Comments

Color spaces of #eeb09d

RGB 238176157
HSL0.040.700.77
HSV14°34°93°
CMYK 0.000.260.34   0.07
XYZ56.871051.662138.8726
Yxy51.66210.38580.3505
Hunter Lab71.876415.451618.2479
CIE-Lab77.078320.128718.5988

#eeb09d color RGB value is (238,176,157).

#eeb09d hex color red value is 238, green value is 176 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #eeb09d hue: 0.04 , saturation: 0.70 and the lightness value of eeb09d is 0.77.

The process color (four color CMYK) of #eeb09d color hex is 0.00, 0.26, 0.34, 0.07. Web safe color of #eeb09d is #ff9999. Color #eeb09d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 10011101
Octal 356 260 235
Decimal 238 176 157
Hex EE B0 9D

RGB Percentages of Color #eeb09d

%41.68
%30.82
%27.50

CMYK Percentages of Color #eeb09d

%0
%26
%34
%7

Triadic Colors of #eeb09d

#eeb09d #9deeb0 #b09dee

Analogous Colors of #eeb09d

#eeb09d #eed99d #ee9db3

Monochromatic Colors of #eeb09d

#eeb09d

Complementary Color

#eeb09d #9ddbee

#eeb09d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb09d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb09d Color CSS Codes

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

#eeb09d Text Font Color

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

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


#eeb09d Background Color

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

This div background color is #eeb09d


#eeb09d Border Color

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

This div border color is #eeb09d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb09d


Comments

No comments written yet.

Please login to write comment.