Color Hex Logo

#edaddb Color Hex

#EDADDB
(237,173,219)
0 Favorites   0 Comments

Color spaces of #edaddb

RGB 237173219
HSL0.880.640.80
HSV317°27°93°
CMYK 0.000.270.08   0.07
XYZ62.654853.006173.9468
Yxy53.00610.33040.2796
Hunter Lab72.805326.2043-9.2559
CIE-Lab77.878630.5039-13.9394

#edaddb color RGB value is (237,173,219).

#edaddb hex color red value is 237, green value is 173 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #edaddb hue: 0.88 , saturation: 0.64 and the lightness value of edaddb is 0.80.

The process color (four color CMYK) of #edaddb color hex is 0.00, 0.27, 0.08, 0.07. Web safe color of #edaddb is #ff99cc. Color #edaddb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11011011
Octal 355 255 333
Decimal 237 173 219
Hex ED AD DB

RGB Percentages of Color #edaddb

%37.68
%27.50
%34.82

CMYK Percentages of Color #edaddb

%0
%27
%8
%7

Triadic Colors of #edaddb

#edaddb #dbedad #addbed

Analogous Colors of #edaddb

#edaddb #edadbb #dfaded

Monochromatic Colors of #edaddb

#edaddb

Complementary Color

#edaddb #adedbf

#edaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#edaddb Color CSS Codes

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

#edaddb Text Font Color

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

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


#edaddb Background Color

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

This div background color is #edaddb


#edaddb Border Color

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

This div border color is #edaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edaddb


Comments

No comments written yet.

Please login to write comment.