Color Hex Logo

#edbb87 Color Hex

#EDBB87
(237,187,135)
2 Favorites   0 Comments

Color spaces of #edbb87

RGB 237187135
HSL0.080.740.73
HSV31°43°93°
CMYK 0.000.210.43   0.07
XYZ57.068655.294430.5867
Yxy55.29440.39920.3868
Hunter Lab74.36026.861527.6643
CIE-Lab79.210511.425633.1713

#edbb87 color RGB value is (237,187,135).

#edbb87 hex color red value is 237, green value is 187 and the blue value of its RGB is 135. Cylindrical-coordinate representations (also known as HSL) of color #edbb87 hue: 0.08 , saturation: 0.74 and the lightness value of edbb87 is 0.73.

The process color (four color CMYK) of #edbb87 color hex is 0.00, 0.21, 0.43, 0.07. Web safe color of #edbb87 is #ffcc99. Color #edbb87 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 10000111
Octal 355 273 207
Decimal 237 187 135
Hex ED BB 87

RGB Percentages of Color #edbb87

%42.40
%33.45
%24.15

CMYK Percentages of Color #edbb87

%0
%21
%43
%7

Triadic Colors of #edbb87

#edbb87 #87edbb #bb87ed

Analogous Colors of #edbb87

#edbb87 #eced87 #ed8887

Monochromatic Colors of #edbb87

#edbb87

Complementary Color

#edbb87 #87b9ed

#edbb87 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbb87 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbb87 Color CSS Codes

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

#edbb87 Text Font Color

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

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


#edbb87 Background Color

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

This div background color is #edbb87


#edbb87 Border Color

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

This div border color is #edbb87


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbb87


Comments

No comments written yet.

Please login to write comment.