Color Hex Logo

#edadde Color Hex

#EDADDE
(237,173,222)
0 Favorites   0 Comments

Color spaces of #edadde

RGB 237173222
HSL0.870.640.80
HSV314°27°93°
CMYK 0.000.270.06   0.07
XYZ63.053453.165676.0459
Yxy53.16560.32800.2765
Hunter Lab72.914726.7580-10.7958
CIE-Lab77.972731.0192-15.4251

#edadde color RGB value is (237,173,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11011110
Octal 355 255 336
Decimal 237 173 222
Hex ED AD DE

RGB Percentages of Color #edadde

%37.50
%27.37
%35.13

CMYK Percentages of Color #edadde

%0
%27
%6
%7

Triadic Colors of #edadde

#edadde #deedad #addeed

Analogous Colors of #edadde

#edadde #edadbe #dcaded

Monochromatic Colors of #edadde

#edadde

Complementary Color

#edadde #adedbc

#edadde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadde Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadde Color CSS Codes

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

#edadde Text Font Color

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

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


#edadde Background Color

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

This div background color is #edadde


#edadde Border Color

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

This div border color is #edadde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadde


Comments

No comments written yet.

Please login to write comment.