Color Hex Logo

#edb4dc Color Hex

#EDB4DC
(237,180,220)
0 Favorites   0 Comments

Color spaces of #edb4dc

RGB 237180220
HSL0.880.610.82
HSV318°24°93°
CMYK 0.000.240.07   0.07
XYZ64.164655.814375.1016
Yxy55.81430.32890.2861
Hunter Lab74.709022.5659-7.3053
CIE-Lab79.508026.9481-12.0404

#edb4dc color RGB value is (237,180,220).

#edb4dc hex color red value is 237, green value is 180 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #edb4dc hue: 0.88 , saturation: 0.61 and the lightness value of edb4dc is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110100 11011100
Octal 355 264 334
Decimal 237 180 220
Hex ED B4 DC

RGB Percentages of Color #edb4dc

%37.21
%28.26
%34.54

CMYK Percentages of Color #edb4dc

%0
%24
%7
%7

Triadic Colors of #edb4dc

#edb4dc #dcedb4 #b4dced

Analogous Colors of #edb4dc

#edb4dc #edb4c0 #e2b4ed

Monochromatic Colors of #edb4dc

#edb4dc

Complementary Color

#edb4dc #b4edc5

#edb4dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb4dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb4dc Color CSS Codes

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

#edb4dc Text Font Color

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

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


#edb4dc Background Color

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

This div background color is #edb4dc


#edb4dc Border Color

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

This div border color is #edb4dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb4dc


Comments

No comments written yet.

Please login to write comment.