Color Hex Logo

#edadbd Color Hex

#EDADBD
(237,173,189)
0 Favorites   0 Comments

Color spaces of #edadbd

RGB 237173189
HSL0.960.640.80
HSV345°27°93°
CMYK 0.000.270.20   0.07
XYZ59.053951.565854.9848
Yxy51.56580.35660.3114
Hunter Lab71.809321.12694.8679
CIE-Lab77.020525.70131.1137

#edadbd color RGB value is (237,173,189).

#edadbd hex color red value is 237, green value is 173 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #edadbd hue: 0.96 , saturation: 0.64 and the lightness value of edadbd is 0.80.

The process color (four color CMYK) of #edadbd color hex is 0.00, 0.27, 0.20, 0.07. Web safe color of #edadbd is #ff99cc. Color #edadbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 10111101
Octal 355 255 275
Decimal 237 173 189
Hex ED AD BD

RGB Percentages of Color #edadbd

%39.57
%28.88
%31.55

CMYK Percentages of Color #edadbd

%0
%27
%20
%7

Triadic Colors of #edadbd

#edadbd #bdedad #adbded

Analogous Colors of #edadbd

#edadbd #edbdad #edaddd

Monochromatic Colors of #edadbd

#edadbd

Complementary Color

#edadbd #adeddd

#edadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadbd Color CSS Codes

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

#edadbd Text Font Color

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

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


#edadbd Background Color

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

This div background color is #edadbd


#edadbd Border Color

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

This div border color is #edadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadbd


Comments

No comments written yet.

Please login to write comment.