Color Hex Logo

#9abdca Color Hex

#9ABDCA
(154,189,202)
0 Favorites   0 Comments

Color spaces of #9abdca

RGB 154189202
HSL0.550.310.70
HSV196°24°79°
CMYK 0.240.060.00   0.21
XYZ42.184747.529562.8279
Yxy47.52950.27650.3116
Hunter Lab68.9416-11.4255-5.7730
CIE-Lab74.5272-8.8080-10.4237

#9abdca color RGB value is (154,189,202).

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

The process color (four color CMYK) of #9abdca color hex is 0.24, 0.06, 0.00, 0.21. Web safe color of #9abdca is #99cccc. Color #9abdca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11001010
Octal 232 275 312
Decimal 154 189 202
Hex 9A BD CA

RGB Percentages of Color #9abdca

%28.26
%34.68
%37.06

CMYK Percentages of Color #9abdca

%24
%6
%0
%21

Triadic Colors of #9abdca

#9abdca #ca9abd #bdca9a

Analogous Colors of #9abdca

#9abdca #9aa5ca #9acabf

Monochromatic Colors of #9abdca

#9abdca

Complementary Color

#9abdca #caa79a

#9abdca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdca Color CSS Codes

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

#9abdca Text Font Color

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

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


#9abdca Background Color

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

This div background color is #9abdca


#9abdca Border Color

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

This div border color is #9abdca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdca


Comments

No comments written yet.

Please login to write comment.