Color Hex Logo

#edb8dc Color Hex

#EDB8DC
(237,184,220)
0 Favorites   0 Comments

Color spaces of #edb8dc

RGB 237184220
HSL0.890.600.83
HSV319°22°93°
CMYK 0.000.220.07   0.07
XYZ64.983857.452875.3746
Yxy57.45280.32850.2904
Hunter Lab75.797620.3881-5.9008
CIE-Lab80.433624.8173-10.6584

#edb8dc color RGB value is (237,184,220).

#edb8dc hex color red value is 237, green value is 184 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edb8dc hue: 0.89 , saturation: 0.60 and the lightness value of edb8dc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111000 11011100
Octal 355 270 334
Decimal 237 184 220
Hex ED B8 DC

RGB Percentages of Color #edb8dc

%36.97
%28.71
%34.32

CMYK Percentages of Color #edb8dc

%0
%22
%7
%7

Triadic Colors of #edb8dc

#edb8dc #dcedb8 #b8dced

Analogous Colors of #edb8dc

#edb8dc #edb8c2 #e4b8ed

Monochromatic Colors of #edb8dc

#edb8dc

Complementary Color

#edb8dc #b8edc9

#edb8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb8dc Color CSS Codes

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

#edb8dc Text Font Color

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

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


#edb8dc Background Color

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

This div background color is #edb8dc


#edb8dc Border Color

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

This div border color is #edb8dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb8dc


Comments

No comments written yet.

Please login to write comment.