Color Hex Logo

#edb197 Color Hex

#EDB197
(237,177,151)
0 Favorites   0 Comments

Color spaces of #edb197

RGB 237177151
HSL0.050.700.76
HSV18°36°93°
CMYK 0.000.250.36   0.07
XYZ56.233151.683236.2902
Yxy51.68320.38990.3584
Hunter Lab71.891013.813220.3945
CIE-Lab77.091018.492921.8348

#edb197 color RGB value is (237,177,151).

#edb197 hex color red value is 237, green value is 177 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #edb197 hue: 0.05 , saturation: 0.70 and the lightness value of edb197 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 10010111
Octal 355 261 227
Decimal 237 177 151
Hex ED B1 97

RGB Percentages of Color #edb197

%41.95
%31.33
%26.73

CMYK Percentages of Color #edb197

%0
%25
%36
%7

Triadic Colors of #edb197

#edb197 #97edb1 #b197ed

Analogous Colors of #edb197

#edb197 #eddc97 #ed97a8

Monochromatic Colors of #edb197

#edb197

Complementary Color

#edb197 #97d3ed

#edb197 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb197 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb197 Color CSS Codes

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

#edb197 Text Font Color

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

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


#edb197 Background Color

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

This div background color is #edb197


#edb197 Border Color

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

This div border color is #edb197


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb197

#edb197 Color Palettes


Comments

No comments written yet.

Please login to write comment.