Color Hex Logo

#9baeba Color Hex

#9BAEBA
(155,174,186)
0 Favorites   0 Comments

Color spaces of #9baeba

RGB 155174186
HSL0.560.180.67
HSV203°17°73°
CMYK 0.170.060.00   0.27
XYZ37.516540.785852.3495
Yxy40.78580.28710.3122
Hunter Lab63.8638-6.9025-3.8957
CIE-Lab70.0256-4.0264-8.3602

#9baeba color RGB value is (155,174,186).

#9baeba hex color red value is 155, green value is 174 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9baeba hue: 0.56 , saturation: 0.18 and the lightness value of 9baeba is 0.67.

The process color (four color CMYK) of #9baeba color hex is 0.17, 0.06, 0.00, 0.27. Web safe color of #9baeba is #9999cc. Color #9baeba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 10111010
Octal 233 256 272
Decimal 155 174 186
Hex 9B AE BA

RGB Percentages of Color #9baeba

%30.10
%33.79
%36.12

CMYK Percentages of Color #9baeba

%17
%6
%0
%27

Triadic Colors of #9baeba

#9baeba #ba9bae #aeba9b

Analogous Colors of #9baeba

#9baeba #9b9fba #9bbab7

Monochromatic Colors of #9baeba

#9baeba

Complementary Color

#9baeba #baa79b

#9baeba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baeba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baeba Color CSS Codes

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

#9baeba Text Font Color

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

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


#9baeba Background Color

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

This div background color is #9baeba


#9baeba Border Color

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

This div border color is #9baeba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baeba


Comments

No comments written yet.

Please login to write comment.