Color Hex Logo

#abbdc5 Color Hex

#ABBDC5
(171,189,197)
0 Favorites   0 Comments

Color spaces of #abbdc5

RGB 171189197
HSL0.550.180.72
HSV198°13°77°
CMYK 0.130.040.00   0.23
XYZ45.070249.084359.9221
Yxy49.08430.29250.3186
Hunter Lab70.0602-7.7751-1.6683
CIE-Lab75.5037-4.5123-6.1324

#abbdc5 color RGB value is (171,189,197).

#abbdc5 hex color red value is 171, green value is 189 and the blue value of its RGB is 197. Cylindrical-coordinate representations (also known as HSL) of color #abbdc5 hue: 0.55 , saturation: 0.18 and the lightness value of abbdc5 is 0.72.

The process color (four color CMYK) of #abbdc5 color hex is 0.13, 0.04, 0.00, 0.23. Web safe color of #abbdc5 is #99cccc. Color #abbdc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10111101 11000101
Octal 253 275 305
Decimal 171 189 197
Hex AB BD C5

RGB Percentages of Color #abbdc5

%30.70
%33.93
%35.37

CMYK Percentages of Color #abbdc5

%13
%4
%0
%23

Triadic Colors of #abbdc5

#abbdc5 #c5abbd #bdc5ab

Analogous Colors of #abbdc5

#abbdc5 #abb0c5 #abc5c0

Monochromatic Colors of #abbdc5

#abbdc5

Complementary Color

#abbdc5 #c5b3ab

#abbdc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abbdc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abbdc5 Color CSS Codes

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

#abbdc5 Text Font Color

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

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


#abbdc5 Background Color

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

This div background color is #abbdc5


#abbdc5 Border Color

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

This div border color is #abbdc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abbdc5


Comments

No comments written yet.

Please login to write comment.