Color Hex Logo

#9abaed Color Hex

#9ABAED
(154,186,237)
0 Favorites   0 Comments

Color spaces of #9abaed

RGB 154186237
HSL0.600.700.77
HSV217°35°93°
CMYK 0.350.220.00   0.07
XYZ46.171448.102386.9719
Yxy48.10230.25470.2654
Hunter Lab69.3558-2.5421-25.8003
CIE-Lab74.88941.2857-28.8621

#9abaed color RGB value is (154,186,237).

#9abaed hex color red value is 154, green value is 186 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #9abaed hue: 0.60 , saturation: 0.70 and the lightness value of 9abaed is 0.77.

The process color (four color CMYK) of #9abaed color hex is 0.35, 0.22, 0.00, 0.07. Web safe color of #9abaed is #99ccff. Color #9abaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111010 11101101
Octal 232 272 355
Decimal 154 186 237
Hex 9A BA ED

RGB Percentages of Color #9abaed

%26.69
%32.24
%41.07

CMYK Percentages of Color #9abaed

%35
%22
%0
%7

Triadic Colors of #9abaed

#9abaed #ed9aba #baed9a

Analogous Colors of #9abaed

#9abaed #a49aed #9ae4ed

Monochromatic Colors of #9abaed

#9abaed

Complementary Color

#9abaed #edcd9a

#9abaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abaed Color CSS Codes

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

#9abaed Text Font Color

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

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


#9abaed Background Color

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

This div background color is #9abaed


#9abaed Border Color

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

This div border color is #9abaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abaed


Comments

No comments written yet.

Please login to write comment.