Color Hex Logo

#eccdfc Color Hex

#ECCDFC
(236,205,252)
0 Favorites   0 Comments

Color spaces of #eccdfc

RGB 236205252
HSL0.780.890.90
HSV280°19°99°
CMYK 0.060.190.00   0.01
XYZ73.994168.5238101.4220
Yxy68.52380.30330.2809
Hunter Lab82.779114.6931-14.6975
CIE-Lab86.267719.1540-18.9997

#eccdfc color RGB value is (236,205,252).

#eccdfc hex color red value is 236, green value is 205 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eccdfc hue: 0.78 , saturation: 0.89 and the lightness value of eccdfc is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001101 11111100
Octal 354 315 374
Decimal 236 205 252
Hex EC CD FC

RGB Percentages of Color #eccdfc

%34.05
%29.58
%36.36

CMYK Percentages of Color #eccdfc

%6
%19
%0
%1

Triadic Colors of #eccdfc

#eccdfc #fceccd #cdfcec

Analogous Colors of #eccdfc

#eccdfc #fccdf5 #d5cdfc

Monochromatic Colors of #eccdfc

#eccdfc

Complementary Color

#eccdfc #ddfccd

#eccdfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccdfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccdfc Color CSS Codes

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

#eccdfc Text Font Color

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

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


#eccdfc Background Color

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

This div background color is #eccdfc


#eccdfc Border Color

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

This div border color is #eccdfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccdfc


Comments

No comments written yet.

Please login to write comment.