Color Hex Logo

#edafdd Color Hex

#EDAFDD
(237,175,221)
0 Favorites   0 Comments

Color spaces of #edafdd

RGB 237175221
HSL0.880.630.81
HSV315°26°93°
CMYK 0.000.260.07   0.07
XYZ63.306253.884975.4708
Yxy53.88490.32860.2797
Hunter Lab73.406325.4787-9.5730
CIE-Lab78.394629.7827-14.2493

#edafdd color RGB value is (237,175,221).

#edafdd hex color red value is 237, green value is 175 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #edafdd hue: 0.88 , saturation: 0.63 and the lightness value of edafdd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11011101
Octal 355 257 335
Decimal 237 175 221
Hex ED AF DD

RGB Percentages of Color #edafdd

%37.44
%27.65
%34.91

CMYK Percentages of Color #edafdd

%0
%26
%7
%7

Triadic Colors of #edafdd

#edafdd #ddedaf #afdded

Analogous Colors of #edafdd

#edafdd #edafbe #deafed

Monochromatic Colors of #edafdd

#edafdd

Complementary Color

#edafdd #afedbf

#edafdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafdd Color CSS Codes

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

#edafdd Text Font Color

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

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


#edafdd Background Color

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

This div background color is #edafdd


#edafdd Border Color

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

This div border color is #edafdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafdd


Comments

No comments written yet.

Please login to write comment.