Color Hex Logo

#edcdf9 Color Hex

#EDCDF9
(237,205,249)
0 Favorites   0 Comments

Color spaces of #edcdf9

RGB 237205249
HSL0.790.790.89
HSV284°18°98°
CMYK 0.050.180.00   0.02
XYZ73.855368.506798.9531
Yxy68.50670.30610.2839
Hunter Lab82.768814.4318-12.9452
CIE-Lab86.259218.9029-17.4164

#edcdf9 color RGB value is (237,205,249).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001101 11111001
Octal 355 315 371
Decimal 237 205 249
Hex ED CD F9

RGB Percentages of Color #edcdf9

%34.30
%29.67
%36.03

CMYK Percentages of Color #edcdf9

%5
%18
%0
%2

Triadic Colors of #edcdf9

#edcdf9 #f9edcd #cdf9ed

Analogous Colors of #edcdf9

#edcdf9 #f9cdef #d7cdf9

Monochromatic Colors of #edcdf9

#edcdf9

Complementary Color

#edcdf9 #d9f9cd

#edcdf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edcdf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edcdf9 Color CSS Codes

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

#edcdf9 Text Font Color

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

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


#edcdf9 Background Color

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

This div background color is #edcdf9


#edcdf9 Border Color

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

This div border color is #edcdf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edcdf9

Related Colors


Comments

No comments written yet.

Please login to write comment.