Color Hex Logo

#9abccc Color Hex

#9ABCCC
(154,188,204)
0 Favorites   0 Comments

Color spaces of #9abccc

RGB 154188204
HSL0.550.330.70
HSV199°25°80°
CMYK 0.250.080.00   0.20
XYZ42.208747.196164.0119
Yxy47.19610.27510.3076
Hunter Lab68.6994-10.5542-7.1549
CIE-Lab74.3150-7.8211-11.8289

#9abccc color RGB value is (154,188,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111100 11001100
Octal 232 274 314
Decimal 154 188 204
Hex 9A BC CC

RGB Percentages of Color #9abccc

%28.21
%34.43
%37.36

CMYK Percentages of Color #9abccc

%25
%8
%0
%20

Triadic Colors of #9abccc

#9abccc #cc9abc #bccc9a

Analogous Colors of #9abccc

#9abccc #9aa3cc #9accc3

Monochromatic Colors of #9abccc

#9abccc

Complementary Color

#9abccc #ccaa9a

#9abccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abccc Color CSS Codes

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

#9abccc Text Font Color

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

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


#9abccc Background Color

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

This div background color is #9abccc


#9abccc Border Color

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

This div border color is #9abccc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(154,188,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 #9abccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abccc


Comments

No comments written yet.

Please login to write comment.