Color Hex Logo

#edbed9 Color Hex

#EDBED9
(237,190,217)
0 Favorites   0 Comments

Color spaces of #edbed9

RGB 237190217
HSL0.900.570.84
HSV326°20°93°
CMYK 0.000.200.08   0.07
XYZ65.862959.841273.7248
Yxy59.84120.33030.3001
Hunter Lab77.357116.6025-2.3561
CIE-Lab81.751821.1128-7.0853

#edbed9 color RGB value is (237,190,217).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111110 11011001
Octal 355 276 331
Decimal 237 190 217
Hex ED BE D9

RGB Percentages of Color #edbed9

%36.80
%29.50
%33.70

CMYK Percentages of Color #edbed9

%0
%20
%8
%7

Triadic Colors of #edbed9

#edbed9 #d9edbe #bed9ed

Analogous Colors of #edbed9

#edbed9 #edbec2 #eabeed

Monochromatic Colors of #edbed9

#edbed9

Complementary Color

#edbed9 #beedd2

#edbed9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbed9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbed9 Color CSS Codes

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

#edbed9 Text Font Color

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

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


#edbed9 Background Color

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

This div background color is #edbed9


#edbed9 Border Color

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

This div border color is #edbed9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbed9


Comments

No comments written yet.

Please login to write comment.