Color Hex Logo

#ecaafc Color Hex

#ECAAFC
(236,170,252)
0 Favorites   0 Comments

Color spaces of #ecaafc

RGB 236170252
HSL0.800.930.83
HSV288°33°99°
CMYK 0.060.330.00   0.01
XYZ66.537553.610698.9364
Yxy53.61060.30370.2447
Hunter Lab73.219334.0769-28.8612
CIE-Lab78.234137.7806-31.2418

#ecaafc color RGB value is (236,170,252).

#ecaafc hex color red value is 236, green value is 170 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #ecaafc hue: 0.80 , saturation: 0.93 and the lightness value of ecaafc is 0.83.

The process color (four color CMYK) of #ecaafc color hex is 0.06, 0.33, 0.00, 0.01. Web safe color of #ecaafc is #ff99ff. Color #ecaafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 11111100
Octal 354 252 374
Decimal 236 170 252
Hex EC AA FC

RGB Percentages of Color #ecaafc

%35.87
%25.84
%38.30

CMYK Percentages of Color #ecaafc

%6
%33
%0
%1

Triadic Colors of #ecaafc

#ecaafc #fcecaa #aafcec

Analogous Colors of #ecaafc

#ecaafc #fcaae3 #c3aafc

Monochromatic Colors of #ecaafc

#ecaafc

Complementary Color

#ecaafc #bafcaa

#ecaafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaafc Color CSS Codes

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

#ecaafc Text Font Color

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

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


#ecaafc Background Color

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

This div background color is #ecaafc


#ecaafc Border Color

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

This div border color is #ecaafc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,170,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 #ecaafc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaafc

Related Colors


Comments

No comments written yet.

Please login to write comment.