Color Hex Logo

#9abdea Color Hex

#9ABDEA
(154,189,234)
0 Favorites   0 Comments

Color spaces of #9abdea

RGB 154189234
HSL0.590.660.76
HSV214°34°92°
CMYK 0.340.190.00   0.08
XYZ46.375349.205784.8953
Yxy49.20570.25700.2726
Hunter Lab70.1468-4.7473-22.6531
CIE-Lab75.5791-1.1095-26.1841

#9abdea color RGB value is (154,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11101010
Octal 232 275 352
Decimal 154 189 234
Hex 9A BD EA

RGB Percentages of Color #9abdea

%26.69
%32.76
%40.55

CMYK Percentages of Color #9abdea

%34
%19
%0
%8

Triadic Colors of #9abdea

#9abdea #ea9abd #bdea9a

Analogous Colors of #9abdea

#9abdea #9f9aea #9ae5ea

Monochromatic Colors of #9abdea

#9abdea

Complementary Color

#9abdea #eac79a

#9abdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdea Color CSS Codes

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

#9abdea Text Font Color

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

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


#9abdea Background Color

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

This div background color is #9abdea


#9abdea Border Color

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

This div border color is #9abdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdea


Comments

No comments written yet.

Please login to write comment.