Color Hex Logo

#9ab2ea Color Hex

#9AB2EA
(154,178,234)
0 Favorites   0 Comments

Color spaces of #9ab2ea

RGB 154178234
HSL0.620.660.76
HSV222°34°92°
CMYK 0.340.240.00   0.08
XYZ44.098144.651384.1363
Yxy44.65130.25510.2583
Hunter Lab66.82160.8610-27.8780
CIE-Lab72.66174.9143-30.6639

#9ab2ea color RGB value is (154,178,234).

#9ab2ea hex color red value is 154, green value is 178 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #9ab2ea hue: 0.62 , saturation: 0.66 and the lightness value of 9ab2ea is 0.76.

The process color (four color CMYK) of #9ab2ea color hex is 0.34, 0.24, 0.00, 0.08. Web safe color of #9ab2ea is #9999ff. Color #9ab2ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10110010 11101010
Octal 232 262 352
Decimal 154 178 234
Hex 9A B2 EA

RGB Percentages of Color #9ab2ea

%27.21
%31.45
%41.34

CMYK Percentages of Color #9ab2ea

%34
%24
%0
%8

Triadic Colors of #9ab2ea

#9ab2ea #ea9ab2 #b2ea9a

Analogous Colors of #9ab2ea

#9ab2ea #aa9aea #9adaea

Monochromatic Colors of #9ab2ea

#9ab2ea

Complementary Color

#9ab2ea #ead29a

#9ab2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ab2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ab2ea Color CSS Codes

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

#9ab2ea Text Font Color

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

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


#9ab2ea Background Color

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

This div background color is #9ab2ea


#9ab2ea Border Color

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

This div border color is #9ab2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ab2ea


Comments

No comments written yet.

Please login to write comment.