Color Hex Logo

#edb19d Color Hex

#EDB19D
(237,177,157)
0 Favorites   0 Comments

Color spaces of #edb19d

RGB 237177157
HSL0.040.690.77
HSV15°34°93°
CMYK 0.000.250.34   0.07
XYZ56.733051.883138.9226
Yxy51.88310.38450.3517
Hunter Lab72.029914.539818.3826
CIE-Lab77.210919.216418.7665

#edb19d color RGB value is (237,177,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 10011101
Octal 355 261 235
Decimal 237 177 157
Hex ED B1 9D

RGB Percentages of Color #edb19d

%41.51
%31.00
%27.50

CMYK Percentages of Color #edb19d

%0
%25
%34
%7

Triadic Colors of #edb19d

#edb19d #9dedb1 #b19ded

Analogous Colors of #edb19d

#edb19d #edd99d #ed9db1

Monochromatic Colors of #edb19d

#edb19d

Complementary Color

#edb19d #9dd9ed

#edb19d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb19d Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb19d Color CSS Codes

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

#edb19d Text Font Color

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

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


#edb19d Background Color

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

This div background color is #edb19d


#edb19d Border Color

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

This div border color is #edb19d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,177,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 #edb19d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb19d


Comments

No comments written yet.

Please login to write comment.