Color Hex Logo

#edcdff Color Hex

#EDCDFF
(237,205,255)
0 Favorites   0 Comments

Color spaces of #edcdff

RGB 237205255
HSL0.771.000.90
HSV278°20°100°
CMYK 0.070.200.00   0.00
XYZ74.806468.8872103.9616
Yxy68.88720.30210.2782
Hunter Lab82.998315.6350-16.1663
CIE-Lab86.448220.0531-20.3054

#edcdff color RGB value is (237,205,255).

#edcdff hex color red value is 237, green value is 205 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #edcdff hue: 0.77 , saturation: 1.00 and the lightness value of edcdff is 0.90.

The process color (four color CMYK) of #edcdff color hex is 0.07, 0.20, 0.00, 0.00. Web safe color of #edcdff is #ffccff. Color #edcdff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11111111
Octal 355 315 377
Decimal 237 205 255
Hex ED CD FF

RGB Percentages of Color #edcdff

%34.00
%29.41
%36.59

CMYK Percentages of Color #edcdff

%7
%20
%0
%0

Triadic Colors of #edcdff

#edcdff #ffedcd #cdffed

Analogous Colors of #edcdff

#edcdff #ffcdf8 #d4cdff

Monochromatic Colors of #edcdff

#edcdff

Complementary Color

#edcdff #dfffcd

#edcdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdff Color CSS Codes

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

#edcdff Text Font Color

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

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


#edcdff Background Color

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

This div background color is #edcdff


#edcdff Border Color

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

This div border color is #edcdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdff


Comments

No comments written yet.

Please login to write comment.