Color Hex Logo

#adbab4 Color Hex

#ADBAB4
(173,186,180)
0 Favorites   0 Comments

Color spaces of #adbab4

RGB 173186180
HSL0.420.090.70
HSV152°73°
CMYK 0.070.000.03   0.27
XYZ43.030747.297350.0414
Yxy47.29730.30660.3369
Hunter Lab68.7730-8.66694.9999
CIE-Lab74.3795-5.63881.4840

#adbab4 color RGB value is (173,186,180).

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

The process color (four color CMYK) of #adbab4 color hex is 0.07, 0.00, 0.03, 0.27. Web safe color of #adbab4 is #99cccc. Color #adbab4 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10110100
Octal 255 272 264
Decimal 173 186 180
Hex AD BA B4

RGB Percentages of Color #adbab4

%32.10
%34.51
%33.40

CMYK Percentages of Color #adbab4

%7
%0
%3
%27

Triadic Colors of #adbab4

#adbab4 #b4adba #bab4ad

Analogous Colors of #adbab4

#adbab4 #adbaba #adbaae

Monochromatic Colors of #adbab4

#adbab4

Complementary Color

#adbab4 #baadb3

#adbab4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbab4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbab4 Color CSS Codes

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

#adbab4 Text Font Color

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

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


#adbab4 Background Color

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

This div background color is #adbab4


#adbab4 Border Color

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

This div border color is #adbab4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbab4


Comments

No comments written yet.

Please login to write comment.