Color Hex Logo

#edb171 Color Hex

#EDB171
(237,177,113)
0 Favorites   0 Comments

Color spaces of #edb171

RGB 237177113
HSL0.090.780.69
HSV31°52°93°
CMYK 0.000.250.52   0.07
XYZ53.627850.641122.5710
Yxy50.64110.42280.3993
Hunter Lab71.16269.982431.0085
CIE-Lab76.461114.622941.0497

#edb171 color RGB value is (237,177,113).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110001 01110001
Octal 355 261 161
Decimal 237 177 113
Hex ED B1 71

RGB Percentages of Color #edb171

%44.97
%33.59
%21.44

CMYK Percentages of Color #edb171

%0
%25
%52
%7

Triadic Colors of #edb171

#edb171 #71edb1 #b171ed

Analogous Colors of #edb171

#edb171 #ebed71 #ed7371

Monochromatic Colors of #edb171

#edb171

Complementary Color

#edb171 #71aded

#edb171 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb171 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb171 Color CSS Codes

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

#edb171 Text Font Color

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

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


#edb171 Background Color

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

This div background color is #edb171


#edb171 Border Color

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

This div border color is #edb171


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb171


Comments

No comments written yet.

Please login to write comment.