Color Hex Logo

#9abace Color Hex

#9ABACE
(154,186,206)
0 Favorites   0 Comments

Color spaces of #9abace

RGB 154186206
HSL0.560.350.71
HSV203°25°81°
CMYK 0.250.100.00   0.19
XYZ42.025946.444165.1421
Yxy46.44410.27360.3023
Hunter Lab68.1499-9.1870-8.9683
CIE-Lab73.8328-6.2940-13.6407

#9abace color RGB value is (154,186,206).

#9abace hex color red value is 154, green value is 186 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #9abace hue: 0.56 , saturation: 0.35 and the lightness value of 9abace is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111010 11001110
Octal 232 272 316
Decimal 154 186 206
Hex 9A BA CE

RGB Percentages of Color #9abace

%28.21
%34.07
%37.73

CMYK Percentages of Color #9abace

%25
%10
%0
%19

Triadic Colors of #9abace

#9abace #ce9aba #bace9a

Analogous Colors of #9abace

#9abace #9aa0ce #9acec8

Monochromatic Colors of #9abace

#9abace

Complementary Color

#9abace #ceae9a

#9abace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abace Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abace Color CSS Codes

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

#9abace Text Font Color

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

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


#9abace Background Color

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

This div background color is #9abace


#9abace Border Color

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

This div border color is #9abace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abace


Comments

No comments written yet.

Please login to write comment.