Color Hex Logo

#edacbd Color Hex

#EDACBD
(237,172,189)
0 Favorites   0 Comments

Color spaces of #edacbd

RGB 237172189
HSL0.960.640.80
HSV344°27°93°
CMYK 0.000.270.20   0.07
XYZ58.862951.183754.9211
Yxy51.18370.35680.3103
Hunter Lab71.542821.66374.5649
CIE-Lab76.790226.23360.7781

#edacbd color RGB value is (237,172,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101100 10111101
Octal 355 254 275
Decimal 237 172 189
Hex ED AC BD

RGB Percentages of Color #edacbd

%39.63
%28.76
%31.61

CMYK Percentages of Color #edacbd

%0
%27
%20
%7

Triadic Colors of #edacbd

#edacbd #bdedac #acbded

Analogous Colors of #edacbd

#edacbd #edbcac #edacde

Monochromatic Colors of #edacbd

#edacbd

Complementary Color

#edacbd #aceddc

#edacbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edacbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edacbd Color CSS Codes

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

#edacbd Text Font Color

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

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


#edacbd Background Color

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

This div background color is #edacbd


#edacbd Border Color

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

This div border color is #edacbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(237,172,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 #edacbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edacbd


Comments

No comments written yet.

Please login to write comment.