Color Hex Logo

#edbad9 Color Hex

#EDBAD9
(237,186,217)
0 Favorites   0 Comments

Color spaces of #edbad9

RGB 237186217
HSL0.900.590.83
HSV324°22°93°
CMYK 0.000.220.08   0.07
XYZ65.008358.132173.4399
Yxy58.13210.33070.2957
Hunter Lab76.244418.7668-3.7380
CIE-Lab80.812223.2408-8.4788

#edbad9 color RGB value is (237,186,217).

#edbad9 hex color red value is 237, green value is 186 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #edbad9 hue: 0.90 , saturation: 0.59 and the lightness value of edbad9 is 0.83.

The process color (four color CMYK) of #edbad9 color hex is 0.00, 0.22, 0.08, 0.07. Web safe color of #edbad9 is #ffcccc. Color #edbad9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111010 11011001
Octal 355 272 331
Decimal 237 186 217
Hex ED BA D9

RGB Percentages of Color #edbad9

%37.03
%29.06
%33.91

CMYK Percentages of Color #edbad9

%0
%22
%8
%7

Triadic Colors of #edbad9

#edbad9 #d9edba #bad9ed

Analogous Colors of #edbad9

#edbad9 #edbac0 #e8baed

Monochromatic Colors of #edbad9

#edbad9

Complementary Color

#edbad9 #baedce

#edbad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbad9 Color CSS Codes

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

#edbad9 Text Font Color

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

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


#edbad9 Background Color

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

This div background color is #edbad9


#edbad9 Border Color

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

This div border color is #edbad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbad9


Comments

No comments written yet.

Please login to write comment.