Color Hex Logo

#9baeab Color Hex

#9BAEAB
(155,174,171)
0 Favorites   0 Comments

Color spaces of #9baeab

RGB 155174171
HSL0.470.100.65
HSV171°11°68°
CMYK 0.110.000.02   0.32
XYZ36.004340.180944.3861
Yxy40.18090.29860.3333
Hunter Lab63.3884-9.54262.8556
CIE-Lab69.5982-7.1798-0.7116

#9baeab color RGB value is (155,174,171).

#9baeab hex color red value is 155, green value is 174 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9baeab hue: 0.47 , saturation: 0.10 and the lightness value of 9baeab is 0.65.

The process color (four color CMYK) of #9baeab color hex is 0.11, 0.00, 0.02, 0.32. Web safe color of #9baeab is #999999. Color #9baeab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 10101011
Octal 233 256 253
Decimal 155 174 171
Hex 9B AE AB

RGB Percentages of Color #9baeab

%31.00
%34.80
%34.20

CMYK Percentages of Color #9baeab

%11
%0
%2
%32

Triadic Colors of #9baeab

#9baeab #ab9bae #aeab9b

Analogous Colors of #9baeab

#9baeab #9ba8ae #9baea2

Monochromatic Colors of #9baeab

#9baeab

Complementary Color

#9baeab #ae9b9e

#9baeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baeab Color CSS Codes

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

#9baeab Text Font Color

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

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


#9baeab Background Color

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

This div background color is #9baeab


#9baeab Border Color

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

This div border color is #9baeab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baeab


Comments

No comments written yet.

Please login to write comment.