Color Hex Logo

#edafdc Color Hex

#EDAFDC
(237,175,220)
0 Favorites   0 Comments

Color spaces of #edafdc

RGB 237175220
HSL0.880.630.81
HSV316°26°93°
CMYK 0.000.260.07   0.07
XYZ63.173353.831874.7711
Yxy53.83180.32940.2807
Hunter Lab73.370225.2946-9.0630
CIE-Lab78.363629.6106-13.7540

#edafdc color RGB value is (237,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 10101111 11011100
Octal 355 257 334
Decimal 237 175 220
Hex ED AF DC

RGB Percentages of Color #edafdc

%37.50
%27.69
%34.81

CMYK Percentages of Color #edafdc

%0
%26
%7
%7

Triadic Colors of #edafdc

#edafdc #dcedaf #afdced

Analogous Colors of #edafdc

#edafdc #edafbd #dfafed

Monochromatic Colors of #edafdc

#edafdc

Complementary Color

#edafdc #afedc0

#edafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#edafdc Color CSS Codes

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

#edafdc Text Font Color

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

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


#edafdc Background Color

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

This div background color is #edafdc


#edafdc Border Color

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

This div border color is #edafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edafdc


Comments

No comments written yet.

Please login to write comment.