Color Hex Logo

#edbbdd Color Hex

#EDBBDD
(237,187,221)
0 Favorites   0 Comments

Color spaces of #edbbdd

RGB 237187221
HSL0.890.580.83
HSV319°21°93°
CMYK 0.000.210.07   0.07
XYZ65.746558.765676.2843
Yxy58.76560.32740.2927
Hunter Lab76.658718.9381-5.3393
CIE-Lab81.162623.3917-10.1105

#edbbdd color RGB value is (237,187,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11011101
Octal 355 273 335
Decimal 237 187 221
Hex ED BB DD

RGB Percentages of Color #edbbdd

%36.74
%28.99
%34.26

CMYK Percentages of Color #edbbdd

%0
%21
%7
%7

Triadic Colors of #edbbdd

#edbbdd #ddedbb #bbdded

Analogous Colors of #edbbdd

#edbbdd #edbbc4 #e4bbed

Monochromatic Colors of #edbbdd

#edbbdd

Complementary Color

#edbbdd #bbedcb

#edbbdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbdd Color CSS Codes

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

#edbbdd Text Font Color

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

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


#edbbdd Background Color

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

This div background color is #edbbdd


#edbbdd Border Color

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

This div border color is #edbbdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbdd

#edbbdd Color Palettes


Comments

No comments written yet.

Please login to write comment.