Color Hex Logo

#abaaec Color Hex

#ABAAEC
(171,170,236)
0 Favorites   0 Comments

Color spaces of #abaaec

RGB 171170236
HSL0.670.630.80
HSV241°28°93°
CMYK 0.280.280.00   0.07
XYZ46.309643.463585.3054
Yxy43.46350.26450.2483
Hunter Lab65.926910.0134-30.5689
CIE-Lab71.868414.6989-32.8777

#abaaec color RGB value is (171,170,236).

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

The process color (four color CMYK) of #abaaec color hex is 0.28, 0.28, 0.00, 0.07. Web safe color of #abaaec is #9999ff. Color #abaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11101100
Octal 253 252 354
Decimal 171 170 236
Hex AB AA EC

RGB Percentages of Color #abaaec

%29.64
%29.46
%40.90

CMYK Percentages of Color #abaaec

%28
%28
%0
%7

Triadic Colors of #abaaec

#abaaec #ecabaa #aaecab

Analogous Colors of #abaaec

#abaaec #ccaaec #aacaec

Monochromatic Colors of #abaaec

#abaaec

Complementary Color

#abaaec #ebecaa

#abaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaaec Color CSS Codes

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

#abaaec Text Font Color

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

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


#abaaec Background Color

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

This div background color is #abaaec


#abaaec Border Color

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

This div border color is #abaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaaec


Comments

No comments written yet.

Please login to write comment.