Color Hex Logo

#9abdd0 Color Hex

#9ABDD0
(154,189,208)
0 Favorites   0 Comments

Color spaces of #9abdd0

RGB 154189208
HSL0.560.360.71
HSV201°26°82°
CMYK 0.260.090.00   0.18
XYZ42.909247.819366.6430
Yxy47.81930.27270.3039
Hunter Lab69.1515-10.2541-8.7332
CIE-Lab74.7108-7.4284-13.4114

#9abdd0 color RGB value is (154,189,208).

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

The process color (four color CMYK) of #9abdd0 color hex is 0.26, 0.09, 0.00, 0.18. Web safe color of #9abdd0 is #99cccc. Color #9abdd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11010000
Octal 232 275 320
Decimal 154 189 208
Hex 9A BD D0

RGB Percentages of Color #9abdd0

%27.95
%34.30
%37.75

CMYK Percentages of Color #9abdd0

%26
%9
%0
%18

Triadic Colors of #9abdd0

#9abdd0 #d09abd #bdd09a

Analogous Colors of #9abdd0

#9abdd0 #9aa2d0 #9ad0c8

Monochromatic Colors of #9abdd0

#9abdd0

Complementary Color

#9abdd0 #d0ad9a

#9abdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdd0 Color CSS Codes

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

#9abdd0 Text Font Color

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

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


#9abdd0 Background Color

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

This div background color is #9abdd0


#9abdd0 Border Color

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

This div border color is #9abdd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdd0


Comments

No comments written yet.

Please login to write comment.