Color Hex Logo

#abaace Color Hex

#ABAACE
(171,170,206)
0 Favorites   0 Comments

Color spaces of #abaace

RGB 171170206
HSL0.670.270.74
HSV242°17°81°
CMYK 0.170.170.00   0.19
XYZ42.309941.863664.2430
Yxy41.86360.28510.2821
Hunter Lab64.70213.4958-13.5779
CIE-Lab70.77687.7346-18.1308

#abaace color RGB value is (171,170,206).

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

The process color (four color CMYK) of #abaace color hex is 0.17, 0.17, 0.00, 0.19. Web safe color of #abaace is #9999cc. Color #abaace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101010 11001110
Octal 253 252 316
Decimal 171 170 206
Hex AB AA CE

RGB Percentages of Color #abaace

%31.26
%31.08
%37.66

CMYK Percentages of Color #abaace

%17
%17
%0
%19

Triadic Colors of #abaace

#abaace #ceabaa #aaceab

Analogous Colors of #abaace

#abaace #bdaace #aabbce

Monochromatic Colors of #abaace

#abaace

Complementary Color

#abaace #cdceaa

#abaace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abaace Color Preview on White Background

Lorem ipsum dolor sit amet.

#abaace Color CSS Codes

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

#abaace Text Font Color

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

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


#abaace Background Color

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

This div background color is #abaace


#abaace Border Color

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

This div border color is #abaace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abaace


Comments

No comments written yet.

Please login to write comment.