Color Hex Logo

#edccf5 Color Hex

#EDCCF5
(237,204,245)
0 Favorites   0 Comments

Color spaces of #edccf5

RGB 237204245
HSL0.800.670.88
HSV288°17°96°
CMYK 0.030.170.00   0.04
XYZ72.999367.782895.6221
Yxy67.78280.30880.2867
Hunter Lab82.330314.1914-11.2308
CIE-Lab85.897718.6781-15.8410

#edccf5 color RGB value is (237,204,245).

#edccf5 hex color red value is 237, green value is 204 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #edccf5 hue: 0.80 , saturation: 0.67 and the lightness value of edccf5 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11110101
Octal 355 314 365
Decimal 237 204 245
Hex ED CC F5

RGB Percentages of Color #edccf5

%34.55
%29.74
%35.71

CMYK Percentages of Color #edccf5

%3
%17
%0
%4

Triadic Colors of #edccf5

#edccf5 #f5edcc #ccf5ed

Analogous Colors of #edccf5

#edccf5 #f5cce9 #d9ccf5

Monochromatic Colors of #edccf5

#edccf5

Complementary Color

#edccf5 #d4f5cc

#edccf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccf5 Color CSS Codes

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

#edccf5 Text Font Color

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

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


#edccf5 Background Color

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

This div background color is #edccf5


#edccf5 Border Color

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

This div border color is #edccf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccf5


Comments

No comments written yet.

Please login to write comment.