Color Hex Logo

#edbdb5 Color Hex

#EDBDB5
(237,189,181)
0 Favorites   0 Comments

Color spaces of #edbdb5

RGB 237189181
HSL0.020.610.82
HSV24°93°
CMYK 0.000.200.24   0.07
XYZ61.463157.735951.6207
Yxy57.73590.35980.3380
Hunter Lab75.984111.415312.9096
CIE-Lab80.591716.032810.5878

#edbdb5 color RGB value is (237,189,181).

#edbdb5 hex color red value is 237, green value is 189 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #edbdb5 hue: 0.02 , saturation: 0.61 and the lightness value of edbdb5 is 0.82.

The process color (four color CMYK) of #edbdb5 color hex is 0.00, 0.20, 0.24, 0.07. Web safe color of #edbdb5 is #ffcccc. Color #edbdb5 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111101 10110101
Octal 355 275 265
Decimal 237 189 181
Hex ED BD B5

RGB Percentages of Color #edbdb5

%39.04
%31.14
%29.82

CMYK Percentages of Color #edbdb5

%0
%20
%24
%7

Triadic Colors of #edbdb5

#edbdb5 #b5edbd #bdb5ed

Analogous Colors of #edbdb5

#edbdb5 #edd9b5 #edb5c9

Monochromatic Colors of #edbdb5

#edbdb5

Complementary Color

#edbdb5 #b5e5ed

#edbdb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbdb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbdb5 Color CSS Codes

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

#edbdb5 Text Font Color

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

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


#edbdb5 Background Color

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

This div background color is #edbdb5


#edbdb5 Border Color

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

This div border color is #edbdb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbdb5


Comments

No comments written yet.

Please login to write comment.