Color Hex Logo

#a8adb3 Color Hex

#A8ADB3
(168,173,179)
1 Favorites   0 Comments

Color spaces of #a8adb3

RGB 168173179
HSL0.590.070.68
HSV213°70°
CMYK 0.060.030.00   0.30
XYZ39.228741.466648.5841
Yxy41.46660.30340.3208
Hunter Lab64.3946-3.94960.3434
CIE-Lab70.5016-0.5813-3.6891

#a8adb3 color RGB value is (168,173,179).

#a8adb3 hex color red value is 168, green value is 173 and the blue value of its RGB is 179. Cylindrical-coordinate representations (also known as HSL) of color #a8adb3 hue: 0.59 , saturation: 0.07 and the lightness value of a8adb3 is 0.68.

The process color (four color CMYK) of #a8adb3 color hex is 0.06, 0.03, 0.00, 0.30. Web safe color of #a8adb3 is #9999cc. Color #a8adb3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10101101 10110011
Octal 250 255 263
Decimal 168 173 179
Hex A8 AD B3

RGB Percentages of Color #a8adb3

%32.31
%33.27
%34.42

CMYK Percentages of Color #a8adb3

%6
%3
%0
%30

Triadic Colors of #a8adb3

#a8adb3 #b3a8ad #adb3a8

Analogous Colors of #a8adb3

#a8adb3 #a9a8b3 #a8b3b3

Monochromatic Colors of #a8adb3

#a8adb3

Complementary Color

#a8adb3 #b3aea8

#a8adb3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8adb3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8adb3 Color CSS Codes

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

#a8adb3 Text Font Color

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

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


#a8adb3 Background Color

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

This div background color is #a8adb3


#a8adb3 Border Color

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

This div border color is #a8adb3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8adb3


Comments

No comments written yet.

Please login to write comment.