Color Hex Logo

#abbac9 Color Hex

#ABBAC9
(171,186,201)
0 Favorites   0 Comments

Color spaces of #abbac9

RGB 171186201
HSL0.580.220.73
HSV210°15°79°
CMYK 0.150.070.00   0.21
XYZ44.896147.992862.1556
Yxy47.99280.28960.3095
Hunter Lab69.2768-5.5543-4.7016
CIE-Lab74.8204-2.0695-9.3222

#abbac9 color RGB value is (171,186,201).

#abbac9 hex color red value is 171, green value is 186 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #abbac9 hue: 0.58 , saturation: 0.22 and the lightness value of abbac9 is 0.73.

The process color (four color CMYK) of #abbac9 color hex is 0.15, 0.07, 0.00, 0.21. Web safe color of #abbac9 is #99cccc. Color #abbac9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111010 11001001
Octal 253 272 311
Decimal 171 186 201
Hex AB BA C9

RGB Percentages of Color #abbac9

%30.65
%33.33
%36.02

CMYK Percentages of Color #abbac9

%15
%7
%0
%21

Triadic Colors of #abbac9

#abbac9 #c9abba #bac9ab

Analogous Colors of #abbac9

#abbac9 #ababc9 #abc9c9

Monochromatic Colors of #abbac9

#abbac9

Complementary Color

#abbac9 #c9baab

#abbac9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbac9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbac9 Color CSS Codes

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

#abbac9 Text Font Color

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

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


#abbac9 Background Color

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

This div background color is #abbac9


#abbac9 Border Color

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

This div border color is #abbac9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbac9


Comments

No comments written yet.

Please login to write comment.