Color Hex Logo

#9ab5ca Color Hex

#9AB5CA
(154,181,202)
0 Favorites   0 Comments

Color spaces of #9ab5ca

RGB 154181202
HSL0.570.310.70
HSV206°24°79°
CMYK 0.240.100.00   0.21
XYZ40.511044.182062.2699
Yxy44.18200.27570.3006
Hunter Lab66.4695-7.5318-9.0153
CIE-Lab72.3500-4.5356-13.6831

#9ab5ca color RGB value is (154,181,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110101 11001010
Octal 232 265 312
Decimal 154 181 202
Hex 9A B5 CA

RGB Percentages of Color #9ab5ca

%28.68
%33.71
%37.62

CMYK Percentages of Color #9ab5ca

%24
%10
%0
%21

Triadic Colors of #9ab5ca

#9ab5ca #ca9ab5 #b5ca9a

Analogous Colors of #9ab5ca

#9ab5ca #9a9dca #9acac7

Monochromatic Colors of #9ab5ca

#9ab5ca

Complementary Color

#9ab5ca #caaf9a

#9ab5ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab5ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab5ca Color CSS Codes

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

#9ab5ca Text Font Color

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

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


#9ab5ca Background Color

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

This div background color is #9ab5ca


#9ab5ca Border Color

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

This div border color is #9ab5ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab5ca


Comments

No comments written yet.

Please login to write comment.