Color Hex Logo

#edb176 Color Hex

#EDB176
(237,177,118)
0 Favorites   0 Comments

Color spaces of #edb176

RGB 237177118
HSL0.080.770.70
HSV30°50°93°
CMYK 0.000.250.50   0.07
XYZ53.917250.756824.0948
Yxy50.75680.41870.3942
Hunter Lab71.243810.411929.8187
CIE-Lab76.531515.061538.5651

#edb176 color RGB value is (237,177,118).

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

The process color (four color CMYK) of #edb176 color hex is 0.00, 0.25, 0.50, 0.07. Web safe color of #edb176 is #ff9966. Color #edb176 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 01110110
Octal 355 261 166
Decimal 237 177 118
Hex ED B1 76

RGB Percentages of Color #edb176

%44.55
%33.27
%22.18

CMYK Percentages of Color #edb176

%0
%25
%50
%7

Triadic Colors of #edb176

#edb176 #76edb1 #b176ed

Analogous Colors of #edb176

#edb176 #eded76 #ed7677

Monochromatic Colors of #edb176

#edb176

Complementary Color

#edb176 #76b2ed

#edb176 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb176 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb176 Color CSS Codes

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

#edb176 Text Font Color

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

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


#edb176 Background Color

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

This div background color is #edb176


#edb176 Border Color

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

This div border color is #edb176


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb176


Comments

No comments written yet.

Please login to write comment.