Color Hex Logo

#9baeaf Color Hex

#9BAEAF
(155,174,175)
0 Favorites   0 Comments

Color spaces of #9baeaf

RGB 155174175
HSL0.510.110.65
HSV183°11°69°
CMYK 0.110.010.00   0.31
XYZ36.391540.335846.4250
Yxy40.33580.29550.3275
Hunter Lab63.5105-8.86281.1174
CIE-Lab69.7080-6.3611-2.7590

#9baeaf color RGB value is (155,174,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 10101111
Octal 233 256 257
Decimal 155 174 175
Hex 9B AE AF

RGB Percentages of Color #9baeaf

%30.75
%34.52
%34.72

CMYK Percentages of Color #9baeaf

%11
%1
%0
%31

Triadic Colors of #9baeaf

#9baeaf #af9bae #aeaf9b

Analogous Colors of #9baeaf

#9baeaf #9ba4af #9bafa6

Monochromatic Colors of #9baeaf

#9baeaf

Complementary Color

#9baeaf #af9c9b

#9baeaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baeaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baeaf Color CSS Codes

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

#9baeaf Text Font Color

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

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


#9baeaf Background Color

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

This div background color is #9baeaf


#9baeaf Border Color

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

This div border color is #9baeaf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,174,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 #9baeaf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baeaf


Comments

No comments written yet.

Please login to write comment.