Color Hex Logo

#edbbd7 Color Hex

#EDBBD7
(237,187,215)
0 Favorites   0 Comments

Color spaces of #edbbd7

RGB 237187215
HSL0.910.580.83
HSV326°21°93°
CMYK 0.000.210.09   0.07
XYZ64.961158.451572.1484
Yxy58.45150.33220.2989
Hunter Lab76.453617.8742-2.4338
CIE-Lab80.989222.3713-7.1395

#edbbd7 color RGB value is (237,187,215).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10111011 11010111
Octal 355 273 327
Decimal 237 187 215
Hex ED BB D7

RGB Percentages of Color #edbbd7

%37.09
%29.26
%33.65

CMYK Percentages of Color #edbbd7

%0
%21
%9
%7

Triadic Colors of #edbbd7

#edbbd7 #d7edbb #bbd7ed

Analogous Colors of #edbbd7

#edbbd7 #edbbbe #eabbed

Monochromatic Colors of #edbbd7

#edbbd7

Complementary Color

#edbbd7 #bbedd1

#edbbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edbbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edbbd7 Color CSS Codes

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

#edbbd7 Text Font Color

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

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


#edbbd7 Background Color

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

This div background color is #edbbd7


#edbbd7 Border Color

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

This div border color is #edbbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edbbd7


Comments

No comments written yet.

Please login to write comment.