Color Hex Logo

#eddcf3 Color Hex

#EDDCF3
(237,220,243)
0 Favorites   0 Comments

Color spaces of #eddcf3

RGB 237220243
HSL0.790.490.91
HSV284°95°
CMYK 0.020.090.00   0.05
XYZ76.695975.662095.3559
Yxy75.66200.30960.3054
Hunter Lab86.98395.1661-4.1078
CIE-Lab89.70229.8817-9.1037

#eddcf3 color RGB value is (237,220,243).

#eddcf3 hex color red value is 237, green value is 220 and the blue value of its RGB is 243. Cylindrical-coordinate representations (also known as HSL) of color #eddcf3 hue: 0.79 , saturation: 0.49 and the lightness value of eddcf3 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11011100 11110011
Octal 355 334 363
Decimal 237 220 243
Hex ED DC F3

RGB Percentages of Color #eddcf3

%33.86
%31.43
%34.71

CMYK Percentages of Color #eddcf3

%2
%9
%0
%5

Triadic Colors of #eddcf3

#eddcf3 #f3eddc #dcf3ed

Analogous Colors of #eddcf3

#eddcf3 #f3dcee #e2dcf3

Monochromatic Colors of #eddcf3

#eddcf3

Complementary Color

#eddcf3 #e2f3dc

#eddcf3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eddcf3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eddcf3 Color CSS Codes

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

#eddcf3 Text Font Color

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

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


#eddcf3 Background Color

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

This div background color is #eddcf3


#eddcf3 Border Color

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

This div border color is #eddcf3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eddcf3


Comments

No comments written yet.

Please login to write comment.