Color Hex Logo

#eccafd Color Hex

#ECCAFD
(236,202,253)
0 Favorites   0 Comments

Color spaces of #eccafd

RGB 236202253
HSL0.780.930.89
HSV280°20°99°
CMYK 0.070.200.00   0.01
XYZ73.442267.1658102.0220
Yxy67.16580.30270.2768
Hunter Lab81.954716.5386-16.4393
CIE-Lab85.587620.9390-20.5567

#eccafd color RGB value is (236,202,253).

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

The process color (four color CMYK) of #eccafd color hex is 0.07, 0.20, 0.00, 0.01. Web safe color of #eccafd is #ffccff. Color #eccafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11001010 11111101
Octal 354 312 375
Decimal 236 202 253
Hex EC CA FD

RGB Percentages of Color #eccafd

%34.15
%29.23
%36.61

CMYK Percentages of Color #eccafd

%7
%20
%0
%1

Triadic Colors of #eccafd

#eccafd #fdecca #cafdec

Analogous Colors of #eccafd

#eccafd #fdcaf5 #d3cafd

Monochromatic Colors of #eccafd

#eccafd

Complementary Color

#eccafd #dbfdca

#eccafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eccafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eccafd Color CSS Codes

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

#eccafd Text Font Color

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

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


#eccafd Background Color

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

This div background color is #eccafd


#eccafd Border Color

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

This div border color is #eccafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eccafd


Comments

No comments written yet.

Please login to write comment.