Color Hex Logo

#9accbb Color Hex

#9ACCBB
(154,204,187)
0 Favorites   0 Comments

Color spaces of #9accbb

RGB 154204187
HSL0.440.330.70
HSV160°25°80°
CMYK 0.250.000.08   0.20
XYZ43.888953.643655.0548
Yxy53.64360.28760.3516
Hunter Lab73.2418-21.21006.7018
CIE-Lab78.2535-19.80123.1720

#9accbb color RGB value is (154,204,187).

#9accbb hex color red value is 154, green value is 204 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9accbb hue: 0.44 , saturation: 0.33 and the lightness value of 9accbb is 0.70.

The process color (four color CMYK) of #9accbb color hex is 0.25, 0.00, 0.08, 0.20. Web safe color of #9accbb is #99cccc. Color #9accbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11001100 10111011
Octal 232 314 273
Decimal 154 204 187
Hex 9A CC BB

RGB Percentages of Color #9accbb

%28.26
%37.43
%34.31

CMYK Percentages of Color #9accbb

%25
%0
%8
%20

Triadic Colors of #9accbb

#9accbb #bb9acc #ccbb9a

Analogous Colors of #9accbb

#9accbb #9ac4cc #9acca2

Monochromatic Colors of #9accbb

#9accbb

Complementary Color

#9accbb #cc9aab

#9accbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9accbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9accbb Color CSS Codes

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

#9accbb Text Font Color

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

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


#9accbb Background Color

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

This div background color is #9accbb


#9accbb Border Color

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

This div border color is #9accbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9accbb


Comments

No comments written yet.

Please login to write comment.