Color Hex Logo

#edcdf7 Color Hex

#EDCDF7
(237,205,247)
0 Favorites   0 Comments

Color spaces of #edcdf7

RGB 237205247
HSL0.790.720.89
HSV286°17°97°
CMYK 0.040.170.00   0.03
XYZ73.544968.382697.3186
Yxy68.38260.30740.2858
Hunter Lab82.693814.0374-11.8901
CIE-Lab86.197418.5243-16.4503

#edcdf7 color RGB value is (237,205,247).

#edcdf7 hex color red value is 237, green value is 205 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #edcdf7 hue: 0.79 , saturation: 0.72 and the lightness value of edcdf7 is 0.89.

The process color (four color CMYK) of #edcdf7 color hex is 0.04, 0.17, 0.00, 0.03. Web safe color of #edcdf7 is #ffccff. Color #edcdf7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11110111
Octal 355 315 367
Decimal 237 205 247
Hex ED CD F7

RGB Percentages of Color #edcdf7

%34.40
%29.75
%35.85

CMYK Percentages of Color #edcdf7

%4
%17
%0
%3

Triadic Colors of #edcdf7

#edcdf7 #f7edcd #cdf7ed

Analogous Colors of #edcdf7

#edcdf7 #f7cdec #d8cdf7

Monochromatic Colors of #edcdf7

#edcdf7

Complementary Color

#edcdf7 #d7f7cd

#edcdf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdf7 Color CSS Codes

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

#edcdf7 Text Font Color

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

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


#edcdf7 Background Color

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

This div background color is #edcdf7


#edcdf7 Border Color

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

This div border color is #edcdf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdf7


Comments

No comments written yet.

Please login to write comment.