Color Hex Logo

#adbaaf Color Hex

#ADBAAF
(173,186,175)
0 Favorites   0 Comments

Color spaces of #adbaaf

RGB 173186175
HSL0.360.090.70
HSV129°73°
CMYK 0.070.000.06   0.27
XYZ42.530347.097247.4065
Yxy47.09720.31040.3437
Hunter Lab68.6274-9.47667.0828
CIE-Lab74.2519-6.58264.0218

#adbaaf color RGB value is (173,186,175).

#adbaaf hex color red value is 173, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adbaaf hue: 0.36 , saturation: 0.09 and the lightness value of adbaaf is 0.70.

The process color (four color CMYK) of #adbaaf color hex is 0.07, 0.00, 0.06, 0.27. Web safe color of #adbaaf is #99cc99. Color #adbaaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10101111
Octal 255 272 257
Decimal 173 186 175
Hex AD BA AF

RGB Percentages of Color #adbaaf

%32.40
%34.83
%32.77

CMYK Percentages of Color #adbaaf

%7
%0
%6
%27

Triadic Colors of #adbaaf

#adbaaf #afadba #baafad

Analogous Colors of #adbaaf

#adbaaf #adbab6 #b2baad

Monochromatic Colors of #adbaaf

#adbaaf

Complementary Color

#adbaaf #baadb8

#adbaaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbaaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbaaf Color CSS Codes

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

#adbaaf Text Font Color

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

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


#adbaaf Background Color

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

This div background color is #adbaaf


#adbaaf Border Color

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

This div border color is #adbaaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbaaf


Comments

No comments written yet.

Please login to write comment.