Color Hex Logo

#edadda Color Hex

#EDADDA
(237,173,218)
0 Favorites   0 Comments

Color spaces of #edadda

RGB 237173218
HSL0.880.640.80
HSV318°27°93°
CMYK 0.000.270.08   0.07
XYZ62.523552.953673.2554
Yxy52.95360.33130.2806
Hunter Lab72.769226.0215-8.7477
CIE-Lab77.847630.3333-13.4432

#edadda color RGB value is (237,173,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101101 11011010
Octal 355 255 332
Decimal 237 173 218
Hex ED AD DA

RGB Percentages of Color #edadda

%37.74
%27.55
%34.71

CMYK Percentages of Color #edadda

%0
%27
%8
%7

Triadic Colors of #edadda

#edadda #daedad #addaed

Analogous Colors of #edadda

#edadda #edadba #e0aded

Monochromatic Colors of #edadda

#edadda

Complementary Color

#edadda #adedc0

#edadda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edadda Color Preview on White Background

Lorem ipsum dolor sit amet.

#edadda Color CSS Codes

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

#edadda Text Font Color

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

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


#edadda Background Color

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

This div background color is #edadda


#edadda Border Color

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

This div border color is #edadda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edadda


Comments

No comments written yet.

Please login to write comment.