Color Hex Logo

#edb09e Color Hex

#EDB09E
(237,176,158)
0 Favorites   0 Comments

Color spaces of #edb09e

RGB 237176158
HSL0.040.690.77
HSV14°33°93°
CMYK 0.000.260.33   0.07
XYZ56.621951.523839.3085
Yxy51.52380.38400.3494
Hunter Lab71.780115.190117.7774
CIE-Lab76.995219.871017.9271

#edb09e color RGB value is (237,176,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110000 10011110
Octal 355 260 236
Decimal 237 176 158
Hex ED B0 9E

RGB Percentages of Color #edb09e

%41.51
%30.82
%27.67

CMYK Percentages of Color #edb09e

%0
%26
%33
%7

Triadic Colors of #edb09e

#edb09e #9eedb0 #b09eed

Analogous Colors of #edb09e

#edb09e #edd89e #ed9eb4

Monochromatic Colors of #edb09e

#edb09e

Complementary Color

#edb09e #9edbed

#edb09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb09e Color CSS Codes

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

#edb09e Text Font Color

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

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


#edb09e Background Color

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

This div background color is #edb09e


#edb09e Border Color

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

This div border color is #edb09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb09e

#edb09e Color Palettes


Comments

No comments written yet.

Please login to write comment.