Color Hex Logo

#edcdef Color Hex

#EDCDEF
(237,205,239)
0 Favorites   0 Comments

Color spaces of #edcdef

RGB 237205239
HSL0.820.520.87
HSV296°14°94°
CMYK 0.010.140.00   0.06
XYZ72.336467.899290.9547
Yxy67.89920.31290.2937
Hunter Lab82.401012.4961-7.7640
CIE-Lab85.956017.0365-12.5722

#edcdef color RGB value is (237,205,239).

#edcdef hex color red value is 237, green value is 205 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #edcdef hue: 0.82 , saturation: 0.52 and the lightness value of edcdef is 0.87.

The process color (four color CMYK) of #edcdef color hex is 0.01, 0.14, 0.00, 0.06. Web safe color of #edcdef is #ffccff. Color #edcdef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11101111
Octal 355 315 357
Decimal 237 205 239
Hex ED CD EF

RGB Percentages of Color #edcdef

%34.80
%30.10
%35.10

CMYK Percentages of Color #edcdef

%1
%14
%0
%6

Triadic Colors of #edcdef

#edcdef #efedcd #cdefed

Analogous Colors of #edcdef

#edcdef #efcde0 #dccdef

Monochromatic Colors of #edcdef

#edcdef

Complementary Color

#edcdef #cfefcd

#edcdef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdef Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdef Color CSS Codes

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

#edcdef Text Font Color

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

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


#edcdef Background Color

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

This div background color is #edcdef


#edcdef Border Color

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

This div border color is #edcdef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdef


Comments

No comments written yet.

Please login to write comment.