Color Hex Logo

#edcdf1 Color Hex

#EDCDF1
(237,205,241)
0 Favorites   0 Comments

Color spaces of #edcdf1

RGB 237205241
HSL0.810.560.87
HSV293°15°95°
CMYK 0.020.150.00   0.05
XYZ72.633668.018092.5197
Yxy68.01800.31150.2917
Hunter Lab82.473012.8763-8.7815
CIE-Lab86.015417.4047-13.5439

#edcdf1 color RGB value is (237,205,241).

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

The process color (four color CMYK) of #edcdf1 color hex is 0.02, 0.15, 0.00, 0.05. Web safe color of #edcdf1 is #ffccff. Color #edcdf1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11110001
Octal 355 315 361
Decimal 237 205 241
Hex ED CD F1

RGB Percentages of Color #edcdf1

%34.70
%30.01
%35.29

CMYK Percentages of Color #edcdf1

%2
%15
%0
%5

Triadic Colors of #edcdf1

#edcdf1 #f1edcd #cdf1ed

Analogous Colors of #edcdf1

#edcdf1 #f1cde3 #dbcdf1

Monochromatic Colors of #edcdf1

#edcdf1

Complementary Color

#edcdf1 #d1f1cd

#edcdf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdf1 Color CSS Codes

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

#edcdf1 Text Font Color

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

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


#edcdf1 Background Color

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

This div background color is #edcdf1


#edcdf1 Border Color

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

This div border color is #edcdf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdf1

#edcdf1 Color Palettes


Comments

No comments written yet.

Please login to write comment.