Color Hex Logo

#9baeb5 Color Hex

#9BAEB5
(155,174,181)
0 Favorites   0 Comments

Color spaces of #9baeb5

RGB 155174181
HSL0.540.150.66
HSV196°14°71°
CMYK 0.140.040.00   0.29
XYZ36.994140.576949.5984
Yxy40.57690.29090.3191
Hunter Lab63.7000-7.8102-1.5747
CIE-Lab69.8785-5.1026-5.8197

#9baeb5 color RGB value is (155,174,181).

#9baeb5 hex color red value is 155, green value is 174 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #9baeb5 hue: 0.54 , saturation: 0.15 and the lightness value of 9baeb5 is 0.66.

The process color (four color CMYK) of #9baeb5 color hex is 0.14, 0.04, 0.00, 0.29. Web safe color of #9baeb5 is #9999cc. Color #9baeb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 10110101
Octal 233 256 265
Decimal 155 174 181
Hex 9B AE B5

RGB Percentages of Color #9baeb5

%30.39
%34.12
%35.49

CMYK Percentages of Color #9baeb5

%14
%4
%0
%29

Triadic Colors of #9baeb5

#9baeb5 #b59bae #aeb59b

Analogous Colors of #9baeb5

#9baeb5 #9ba1b5 #9bb5af

Monochromatic Colors of #9baeb5

#9baeb5

Complementary Color

#9baeb5 #b5a29b

#9baeb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baeb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baeb5 Color CSS Codes

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

#9baeb5 Text Font Color

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

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


#9baeb5 Background Color

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

This div background color is #9baeb5


#9baeb5 Border Color

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

This div border color is #9baeb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baeb5


Comments

No comments written yet.

Please login to write comment.