Color Hex Logo

#edb9e3 Color Hex

#EDB9E3
(237,185,227)
0 Favorites   0 Comments

Color spaces of #edb9e3

RGB 237185227
HSL0.870.590.83
HSV312°22°93°
CMYK 0.000.220.04   0.07
XYZ66.139158.248580.4302
Yxy58.24850.32290.2844
Hunter Lab76.320721.1259-9.0580
CIE-Lab80.876825.5022-13.7647

#edb9e3 color RGB value is (237,185,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111001 11100011
Octal 355 271 343
Decimal 237 185 227
Hex ED B9 E3

RGB Percentages of Color #edb9e3

%36.52
%28.51
%34.98

CMYK Percentages of Color #edb9e3

%0
%22
%4
%7

Triadic Colors of #edb9e3

#edb9e3 #e3edb9 #b9e3ed

Analogous Colors of #edb9e3

#edb9e3 #edb9c9 #ddb9ed

Monochromatic Colors of #edb9e3

#edb9e3

Complementary Color

#edb9e3 #b9edc3

#edb9e3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb9e3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb9e3 Color CSS Codes

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

#edb9e3 Text Font Color

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

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


#edb9e3 Background Color

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

This div background color is #edb9e3


#edb9e3 Border Color

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

This div border color is #edb9e3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb9e3


Comments

No comments written yet.

Please login to write comment.