Color Hex Logo

#9abeea Color Hex

#9ABEEA
(154,190,234)
0 Favorites   0 Comments

Color spaces of #9abeea

RGB 154190234
HSL0.590.660.76
HSV213°34°92°
CMYK 0.340.190.00   0.08
XYZ46.591249.637484.9673
Yxy49.63740.25710.2739
Hunter Lab70.4538-5.2519-22.1861
CIE-Lab75.8462-1.6506-25.7757

#9abeea color RGB value is (154,190,234).

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

The process color (four color CMYK) of #9abeea color hex is 0.34, 0.19, 0.00, 0.08. Web safe color of #9abeea is #99ccff. Color #9abeea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111110 11101010
Octal 232 276 352
Decimal 154 190 234
Hex 9A BE EA

RGB Percentages of Color #9abeea

%26.64
%32.87
%40.48

CMYK Percentages of Color #9abeea

%34
%19
%0
%8

Triadic Colors of #9abeea

#9abeea #ea9abe #beea9a

Analogous Colors of #9abeea

#9abeea #9e9aea #9ae6ea

Monochromatic Colors of #9abeea

#9abeea

Complementary Color

#9abeea #eac69a

#9abeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abeea Color CSS Codes

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

#9abeea Text Font Color

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

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


#9abeea Background Color

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

This div background color is #9abeea


#9abeea Border Color

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

This div border color is #9abeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abeea


Comments

No comments written yet.

Please login to write comment.