Color Hex Logo

#9ac5bc Color Hex

#9AC5BC
(154,197,188)
0 Favorites   0 Comments

Color spaces of #9ac5bc

RGB 154197188
HSL0.470.270.69
HSV167°22°77°
CMYK 0.220.000.05   0.23
XYZ42.369850.433455.0784
Yxy50.43340.28650.3410
Hunter Lab71.0165-17.78233.7279
CIE-Lab76.3345-16.0411-0.1593

#9ac5bc color RGB value is (154,197,188).

#9ac5bc hex color red value is 154, green value is 197 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #9ac5bc hue: 0.47 , saturation: 0.27 and the lightness value of 9ac5bc is 0.69.

The process color (four color CMYK) of #9ac5bc color hex is 0.22, 0.00, 0.05, 0.23. Web safe color of #9ac5bc is #99cccc. Color #9ac5bc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11000101 10111100
Octal 232 305 274
Decimal 154 197 188
Hex 9A C5 BC

RGB Percentages of Color #9ac5bc

%28.57
%36.55
%34.88

CMYK Percentages of Color #9ac5bc

%22
%0
%5
%23

Triadic Colors of #9ac5bc

#9ac5bc #bc9ac5 #c5bc9a

Analogous Colors of #9ac5bc

#9ac5bc #9ab9c5 #9ac5a7

Monochromatic Colors of #9ac5bc

#9ac5bc

Complementary Color

#9ac5bc #c59aa3

#9ac5bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ac5bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ac5bc Color CSS Codes

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

#9ac5bc Text Font Color

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

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


#9ac5bc Background Color

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

This div background color is #9ac5bc


#9ac5bc Border Color

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

This div border color is #9ac5bc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(154,197,188, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9ac5bc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9ac5bc;
  -webkit-box-shadow: 1px 1px 3px 2px #9ac5bc;
  box-shadow:         1px 1px 3px 2px #9ac5bc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,197,188, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ac5bc


Comments

No comments written yet.

Please login to write comment.