Color Hex Logo

#9abddc Color Hex

#9ABDDC
(154,189,220)
0 Favorites   0 Comments

Color spaces of #9abddc

RGB 154189220
HSL0.580.490.73
HSV208°30°86°
CMYK 0.300.140.00   0.14
XYZ44.442348.432574.7162
Yxy48.43250.26520.2890
Hunter Lab69.5935-7.7987-14.9389
CIE-Lab75.0969-4.5778-19.3430

#9abddc color RGB value is (154,189,220).

#9abddc hex color red value is 154, green value is 189 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9abddc hue: 0.58 , saturation: 0.49 and the lightness value of 9abddc is 0.73.

The process color (four color CMYK) of #9abddc color hex is 0.30, 0.14, 0.00, 0.14. Web safe color of #9abddc is #99cccc. Color #9abddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11011100
Octal 232 275 334
Decimal 154 189 220
Hex 9A BD DC

RGB Percentages of Color #9abddc

%27.35
%33.57
%39.08

CMYK Percentages of Color #9abddc

%30
%14
%0
%14

Triadic Colors of #9abddc

#9abddc #dc9abd #bddc9a

Analogous Colors of #9abddc

#9abddc #9a9cdc #9adcda

Monochromatic Colors of #9abddc

#9abddc

Complementary Color

#9abddc #dcb99a

#9abddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abddc Color CSS Codes

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

#9abddc Text Font Color

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

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


#9abddc Background Color

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

This div background color is #9abddc


#9abddc Border Color

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

This div border color is #9abddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abddc


Comments

No comments written yet.

Please login to write comment.