Color Hex Logo

#9abdee Color Hex

#9ABDEE
(154,189,238)
0 Favorites   0 Comments

Color spaces of #9abdee

RGB 154189238
HSL0.600.710.77
HSV215°35°93°
CMYK 0.350.210.00   0.07
XYZ46.956649.438387.9566
Yxy49.43830.25470.2682
Hunter Lab70.3124-3.8393-24.9496
CIE-Lab75.7232-0.0926-28.1222

#9abdee color RGB value is (154,189,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11101110
Octal 232 275 356
Decimal 154 189 238
Hex 9A BD EE

RGB Percentages of Color #9abdee

%26.51
%32.53
%40.96

CMYK Percentages of Color #9abdee

%35
%21
%0
%7

Triadic Colors of #9abdee

#9abdee #ee9abd #bdee9a

Analogous Colors of #9abdee

#9abdee #a19aee #9ae7ee

Monochromatic Colors of #9abdee

#9abdee

Complementary Color

#9abdee #eecb9a

#9abdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdee Color CSS Codes

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

#9abdee Text Font Color

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

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


#9abdee Background Color

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

This div background color is #9abdee


#9abdee Border Color

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

This div border color is #9abdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdee


Comments

No comments written yet.

Please login to write comment.