Color Hex Logo

#9abdbc Color Hex

#9ABDBC
(154,189,188)
0 Favorites   0 Comments

Color spaces of #9abdbc

RGB 154189188
HSL0.500.210.67
HSV178°19°74°
CMYK 0.190.000.01   0.26
XYZ40.601146.896154.4889
Yxy46.89610.28600.3303
Hunter Lab68.4807-14.01160.7605
CIE-Lab74.1233-11.9004-3.4012

#9abdbc color RGB value is (154,189,188).

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

The process color (four color CMYK) of #9abdbc color hex is 0.19, 0.00, 0.01, 0.26. Web safe color of #9abdbc is #99cccc. Color #9abdbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 10111100
Octal 232 275 274
Decimal 154 189 188
Hex 9A BD BC

RGB Percentages of Color #9abdbc

%29.00
%35.59
%35.40

CMYK Percentages of Color #9abdbc

%19
%0
%1
%26

Triadic Colors of #9abdbc

#9abdbc #bc9abd #bdbc9a

Analogous Colors of #9abdbc

#9abdbc #9aadbd #9abdab

Monochromatic Colors of #9abdbc

#9abdbc

Complementary Color

#9abdbc #bd9a9b

#9abdbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdbc Color CSS Codes

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

#9abdbc Text Font Color

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

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


#9abdbc Background Color

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

This div background color is #9abdbc


#9abdbc Border Color

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

This div border color is #9abdbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdbc


Comments

No comments written yet.

Please login to write comment.