Color Hex Logo

#ecaaf9 Color Hex

#ECAAF9
(236,170,249)
0 Favorites   0 Comments

Color spaces of #ecaaf9

RGB 236170249
HSL0.810.870.82
HSV290°32°98°
CMYK 0.050.320.00   0.02
XYZ66.065753.421996.4519
Yxy53.42190.30590.2474
Hunter Lab73.090333.4367-27.0775
CIE-Lab78.123437.2059-29.7974

#ecaaf9 color RGB value is (236,170,249).

#ecaaf9 hex color red value is 236, green value is 170 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ecaaf9 hue: 0.81 , saturation: 0.87 and the lightness value of ecaaf9 is 0.82.

The process color (four color CMYK) of #ecaaf9 color hex is 0.05, 0.32, 0.00, 0.02. Web safe color of #ecaaf9 is #ff99ff. Color #ecaaf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101010 11111001
Octal 354 252 371
Decimal 236 170 249
Hex EC AA F9

RGB Percentages of Color #ecaaf9

%36.03
%25.95
%38.02

CMYK Percentages of Color #ecaaf9

%5
%32
%0
%2

Triadic Colors of #ecaaf9

#ecaaf9 #f9ecaa #aaf9ec

Analogous Colors of #ecaaf9

#ecaaf9 #f9aadf #c5aaf9

Monochromatic Colors of #ecaaf9

#ecaaf9

Complementary Color

#ecaaf9 #b7f9aa

#ecaaf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecaaf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecaaf9 Color CSS Codes

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

#ecaaf9 Text Font Color

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

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


#ecaaf9 Background Color

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

This div background color is #ecaaf9


#ecaaf9 Border Color

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

This div border color is #ecaaf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecaaf9

#ecaaf9 Color Palettes


Comments

No comments written yet.

Please login to write comment.