Color Hex Logo

#9abcab Color Hex

#9ABCAB
(154,188,171)
0 Favorites   0 Comments

Color spaces of #9abcab

RGB 154188171
HSL0.420.200.67
HSV150°18°74°
CMYK 0.180.000.09   0.26
XYZ38.660345.776745.3263
Yxy45.77670.29790.3528
Hunter Lab67.6585-16.40687.6409
CIE-Lab73.4004-14.88294.8042

#9abcab color RGB value is (154,188,171).

#9abcab hex color red value is 154, green value is 188 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #9abcab hue: 0.42 , saturation: 0.20 and the lightness value of 9abcab is 0.67.

The process color (four color CMYK) of #9abcab color hex is 0.18, 0.00, 0.09, 0.26. Web safe color of #9abcab is #99cc99. Color #9abcab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111100 10101011
Octal 232 274 253
Decimal 154 188 171
Hex 9A BC AB

RGB Percentages of Color #9abcab

%30.02
%36.65
%33.33

CMYK Percentages of Color #9abcab

%18
%0
%9
%26

Triadic Colors of #9abcab

#9abcab #ab9abc #bcab9a

Analogous Colors of #9abcab

#9abcab #9abcbc #9abc9a

Monochromatic Colors of #9abcab

#9abcab

Complementary Color

#9abcab #bc9aab

#9abcab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abcab Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abcab Color CSS Codes

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

#9abcab Text Font Color

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

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


#9abcab Background Color

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

This div background color is #9abcab


#9abcab Border Color

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

This div border color is #9abcab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abcab


Comments

No comments written yet.

Please login to write comment.