Color Hex Logo

#edb6de Color Hex

#EDB6DE
(237,182,222)
0 Favorites   0 Comments

Color spaces of #edb6de

RGB 237182222
HSL0.880.600.82
HSV316°23°93°
CMYK 0.000.230.06   0.07
XYZ64.837856.734376.6407
Yxy56.73430.32710.2862
Hunter Lab75.322221.8401-7.6024
CIE-Lab80.029926.2272-12.3396

#edb6de color RGB value is (237,182,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10110110 11011110
Octal 355 266 336
Decimal 237 182 222
Hex ED B6 DE

RGB Percentages of Color #edb6de

%36.97
%28.39
%34.63

CMYK Percentages of Color #edb6de

%0
%23
%6
%7

Triadic Colors of #edb6de

#edb6de #deedb6 #b6deed

Analogous Colors of #edb6de

#edb6de #edb6c3 #e1b6ed

Monochromatic Colors of #edb6de

#edb6de

Complementary Color

#edb6de #b6edc5

#edb6de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edb6de Color Preview on White Background

Lorem ipsum dolor sit amet.

#edb6de Color CSS Codes

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

#edb6de Text Font Color

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

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


#edb6de Background Color

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

This div background color is #edb6de


#edb6de Border Color

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

This div border color is #edb6de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edb6de


Comments

No comments written yet.

Please login to write comment.