Color Hex Logo

#edccf0 Color Hex

#EDCCF0
(237,204,240)
0 Favorites   0 Comments

Color spaces of #edccf0

RGB 237204240
HSL0.820.550.87
HSV295°15°94°
CMYK 0.010.150.00   0.06
XYZ72.246167.481591.6555
Yxy67.48150.31220.2916
Hunter Lab82.147113.2283-8.6497
CIE-Lab85.746517.7495-13.4159

#edccf0 color RGB value is (237,204,240).

#edccf0 hex color red value is 237, green value is 204 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #edccf0 hue: 0.82 , saturation: 0.55 and the lightness value of edccf0 is 0.87.

The process color (four color CMYK) of #edccf0 color hex is 0.01, 0.15, 0.00, 0.06. Web safe color of #edccf0 is #ffccff. Color #edccf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101101 11001100 11110000
Octal 355 314 360
Decimal 237 204 240
Hex ED CC F0

RGB Percentages of Color #edccf0

%34.80
%29.96
%35.24

CMYK Percentages of Color #edccf0

%1
%15
%0
%6

Triadic Colors of #edccf0

#edccf0 #f0edcc #ccf0ed

Analogous Colors of #edccf0

#edccf0 #f0cce1 #dbccf0

Monochromatic Colors of #edccf0

#edccf0

Complementary Color

#edccf0 #cff0cc

#edccf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#edccf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#edccf0 Color CSS Codes

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

#edccf0 Text Font Color

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

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


#edccf0 Background Color

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

This div background color is #edccf0


#edccf0 Border Color

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

This div border color is #edccf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #edccf0


Comments

No comments written yet.

Please login to write comment.