Color Hex Logo

#9baecc Color Hex

#9BAECC
(155,174,204)
0 Favorites   0 Comments

Color spaces of #9baecc

RGB 155174204
HSL0.600.320.70
HSV217°24°80°
CMYK 0.240.150.00   0.20
XYZ39.552741.600363.0718
Yxy41.60030.27420.2884
Hunter Lab64.4983-3.4093-12.8299
CIE-Lab70.59450.0405-17.4195

#9baecc color RGB value is (155,174,204).

#9baecc hex color red value is 155, green value is 174 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9baecc hue: 0.60 , saturation: 0.32 and the lightness value of 9baecc is 0.70.

The process color (four color CMYK) of #9baecc color hex is 0.24, 0.15, 0.00, 0.20. Web safe color of #9baecc is #9999cc. Color #9baecc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 10101110 11001100
Octal 233 256 314
Decimal 155 174 204
Hex 9B AE CC

RGB Percentages of Color #9baecc

%29.08
%32.65
%38.27

CMYK Percentages of Color #9baecc

%24
%15
%0
%20

Triadic Colors of #9baecc

#9baecc #cc9bae #aecc9b

Analogous Colors of #9baecc

#9baecc #a19bcc #9bc7cc

Monochromatic Colors of #9baecc

#9baecc

Complementary Color

#9baecc #ccb99b

#9baecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9baecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9baecc Color CSS Codes

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

#9baecc Text Font Color

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

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


#9baecc Background Color

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

This div background color is #9baecc


#9baecc Border Color

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

This div border color is #9baecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9baecc


Comments

No comments written yet.

Please login to write comment.