Color Hex Logo

#ecc5fa Color Hex

#ECC5FA
(236,197,250)
0 Favorites   0 Comments

Color spaces of #ecc5fa

RGB 236197250
HSL0.790.840.88
HSV284°21°98°
CMYK 0.060.210.00   0.02
XYZ71.813664.667599.1396
Yxy64.66750.30480.2745
Hunter Lab80.416118.6768-16.8034
CIE-Lab84.312123.0200-20.8951

#ecc5fa color RGB value is (236,197,250).

#ecc5fa hex color red value is 236, green value is 197 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ecc5fa hue: 0.79 , saturation: 0.84 and the lightness value of ecc5fa is 0.88.

The process color (four color CMYK) of #ecc5fa color hex is 0.06, 0.21, 0.00, 0.02. Web safe color of #ecc5fa is #ffccff. Color #ecc5fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11000101 11111010
Octal 354 305 372
Decimal 236 197 250
Hex EC C5 FA

RGB Percentages of Color #ecc5fa

%34.55
%28.84
%36.60

CMYK Percentages of Color #ecc5fa

%6
%21
%0
%2

Triadic Colors of #ecc5fa

#ecc5fa #faecc5 #c5faec

Analogous Colors of #ecc5fa

#ecc5fa #fac5ee #d2c5fa

Monochromatic Colors of #ecc5fa

#ecc5fa

Complementary Color

#ecc5fa #d3fac5

#ecc5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecc5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecc5fa Color CSS Codes

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

#ecc5fa Text Font Color

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

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


#ecc5fa Background Color

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

This div background color is #ecc5fa


#ecc5fa Border Color

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

This div border color is #ecc5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecc5fa


Comments

No comments written yet.

Please login to write comment.