Color Hex Logo

#adabbf Color Hex

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

Color spaces of #adabbf

RGB 173171191
HSL0.680.140.71
HSV246°10°75°
CMYK 0.090.100.00   0.25
XYZ41.200541.771655.1815
Yxy41.77160.29820.3024
Hunter Lab64.63100.6848-5.3798
CIE-Lab70.71324.6424-9.9506

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

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

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

Base Numbers

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

RGB Percentages of Color #adabbf

%32.34
%31.96
%35.70

CMYK Percentages of Color #adabbf

%9
%10
%0
%25

Triadic Colors of #adabbf

#adabbf #bfadab #abbfad

Analogous Colors of #adabbf

#adabbf #b7abbf #abb3bf

Monochromatic Colors of #adabbf

#adabbf

Complementary Color

#adabbf #bdbfab

#adabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adabbf Color CSS Codes

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

#adabbf Text Font Color

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

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


#adabbf Background Color

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

This div background color is #adabbf


#adabbf Border Color

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

This div border color is #adabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adabbf


Comments

No comments written yet.

Please login to write comment.