Color Hex Logo

#abadc5 Color Hex

#ABADC5
(171,173,197)
0 Favorites   0 Comments

Color spaces of #abadc5

RGB 171173197
HSL0.650.180.72
HSV235°13°77°
CMYK 0.130.120.00   0.23
XYZ41.816242.576358.8374
Yxy42.57630.29200.2973
Hunter Lab65.25050.2044-7.7873
CIE-Lab71.26644.1332-12.4431

#abadc5 color RGB value is (171,173,197).

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

The process color (four color CMYK) of #abadc5 color hex is 0.13, 0.12, 0.00, 0.23. Web safe color of #abadc5 is #9999cc. Color #abadc5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 11000101
Octal 253 255 305
Decimal 171 173 197
Hex AB AD C5

RGB Percentages of Color #abadc5

%31.61
%31.98
%36.41

CMYK Percentages of Color #abadc5

%13
%12
%0
%23

Triadic Colors of #abadc5

#abadc5 #c5abad #adc5ab

Analogous Colors of #abadc5

#abadc5 #b6abc5 #abbac5

Monochromatic Colors of #abadc5

#abadc5

Complementary Color

#abadc5 #c5c3ab

#abadc5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadc5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadc5 Color CSS Codes

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

#abadc5 Text Font Color

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

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


#abadc5 Background Color

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

This div background color is #abadc5


#abadc5 Border Color

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

This div border color is #abadc5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadc5


Comments

No comments written yet.

Please login to write comment.