Color Hex Logo

#9dabb0 Color Hex

#9DABB0
(157,171,176)
0 Favorites   0 Comments

Color spaces of #9dabb0

RGB 157171176
HSL0.540.110.65
HSV196°11°69°
CMYK 0.110.030.00   0.31
XYZ36.304039.428546.7713
Yxy39.42850.29630.3219
Hunter Lab62.7921-6.6843-0.2082
CIE-Lab69.0605-3.8613-4.2487

#9dabb0 color RGB value is (157,171,176).

#9dabb0 hex color red value is 157, green value is 171 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #9dabb0 hue: 0.54 , saturation: 0.11 and the lightness value of 9dabb0 is 0.65.

The process color (four color CMYK) of #9dabb0 color hex is 0.11, 0.03, 0.00, 0.31. Web safe color of #9dabb0 is #999999. Color #9dabb0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011101 10101011 10110000
Octal 235 253 260
Decimal 157 171 176
Hex 9D AB B0

RGB Percentages of Color #9dabb0

%31.15
%33.93
%34.92

CMYK Percentages of Color #9dabb0

%11
%3
%0
%31

Triadic Colors of #9dabb0

#9dabb0 #b09dab #abb09d

Analogous Colors of #9dabb0

#9dabb0 #9da2b0 #9db0ac

Monochromatic Colors of #9dabb0

#9dabb0

Complementary Color

#9dabb0 #b0a29d

#9dabb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9dabb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9dabb0 Color CSS Codes

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

#9dabb0 Text Font Color

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

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


#9dabb0 Background Color

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

This div background color is #9dabb0


#9dabb0 Border Color

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

This div border color is #9dabb0


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(157,171,176, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9dabb0; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9dabb0;
  -webkit-box-shadow: 1px 1px 3px 2px #9dabb0;
  box-shadow:         1px 1px 3px 2px #9dabb0; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9dabb0

#9dabb0 Color Palettes


Comments

No comments written yet.

Please login to write comment.