Color Hex Logo

#9abecc Color Hex

#9ABECC
(154,190,204)
0 Favorites   0 Comments

Color spaces of #9abecc

RGB 154190204
HSL0.550.330.70
HSV197°25°80°
CMYK 0.250.070.00   0.20
XYZ42.639048.056664.1553
Yxy48.05660.27540.3103
Hunter Lab69.3229-11.5235-6.3443
CIE-Lab74.8606-8.8809-11.0133

#9abecc color RGB value is (154,190,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111110 11001100
Octal 232 276 314
Decimal 154 190 204
Hex 9A BE CC

RGB Percentages of Color #9abecc

%28.10
%34.67
%37.23

CMYK Percentages of Color #9abecc

%25
%7
%0
%20

Triadic Colors of #9abecc

#9abecc #cc9abe #becc9a

Analogous Colors of #9abecc

#9abecc #9aa5cc #9accc1

Monochromatic Colors of #9abecc

#9abecc

Complementary Color

#9abecc #cca89a

#9abecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abecc Color CSS Codes

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

#9abecc Text Font Color

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

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


#9abecc Background Color

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

This div background color is #9abecc


#9abecc Border Color

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

This div border color is #9abecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abecc


Comments

No comments written yet.

Please login to write comment.