Color Hex Logo

#abbdc9 Color Hex

#ABBDC9
(171,189,201)
0 Favorites   0 Comments

Color spaces of #abbdc9

RGB 171189201
HSL0.570.220.73
HSV204°15°79°
CMYK 0.150.060.00   0.21
XYZ45.534849.270262.3685
Yxy49.27020.28970.3135
Hunter Lab70.1927-7.0424-3.5462
CIE-Lab75.6191-3.6744-8.1343

#abbdc9 color RGB value is (171,189,201).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11001001
Octal 253 275 311
Decimal 171 189 201
Hex AB BD C9

RGB Percentages of Color #abbdc9

%30.48
%33.69
%35.83

CMYK Percentages of Color #abbdc9

%15
%6
%0
%21

Triadic Colors of #abbdc9

#abbdc9 #c9abbd #bdc9ab

Analogous Colors of #abbdc9

#abbdc9 #abaec9 #abc9c6

Monochromatic Colors of #abbdc9

#abbdc9

Complementary Color

#abbdc9 #c9b7ab

#abbdc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdc9 Color CSS Codes

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

#abbdc9 Text Font Color

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

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


#abbdc9 Background Color

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

This div background color is #abbdc9


#abbdc9 Border Color

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

This div border color is #abbdc9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,189,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 #abbdc9">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdc9


Comments

No comments written yet.

Please login to write comment.