Color Hex Logo

#abadbf Color Hex

#ABADBF
(171,173,191)
0 Favorites   0 Comments

Color spaces of #abadbf

RGB 171173191
HSL0.650.140.71
HSV234°10°75°
CMYK 0.100.090.00   0.25
XYZ41.142142.306755.2878
Yxy42.30670.29650.3049
Hunter Lab65.0436-0.9195-4.8667
CIE-Lab71.08192.8743-9.4173

#abadbf color RGB value is (171,173,191).

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

The process color (four color CMYK) of #abadbf color hex is 0.10, 0.09, 0.00, 0.25. Web safe color of #abadbf is #9999cc. Color #abadbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101101 10111111
Octal 253 255 277
Decimal 171 173 191
Hex AB AD BF

RGB Percentages of Color #abadbf

%31.96
%32.34
%35.70

CMYK Percentages of Color #abadbf

%10
%9
%0
%25

Triadic Colors of #abadbf

#abadbf #bfabad #adbfab

Analogous Colors of #abadbf

#abadbf #b3abbf #abb7bf

Monochromatic Colors of #abadbf

#abadbf

Complementary Color

#abadbf #bfbdab

#abadbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abadbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#abadbf Color CSS Codes

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

#abadbf Text Font Color

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

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


#abadbf Background Color

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

This div background color is #abadbf


#abadbf Border Color

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

This div border color is #abadbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abadbf

#abadbf Color Palettes


Comments

No comments written yet.

Please login to write comment.