Color Hex Logo

#9abdd7 Color Hex

#9ABDD7
(154,189,215)
2 Favorites   0 Comments

Color spaces of #9abdd7

RGB 154189215
HSL0.570.430.72
HSV206°28°84°
CMYK 0.280.120.00   0.16
XYZ43.789848.171571.2800
Yxy48.17150.26830.2951
Hunter Lab69.4057-8.8398-12.3071
CIE-Lab74.9330-5.7798-16.8788

#9abdd7 color RGB value is (154,189,215).

#9abdd7 hex color red value is 154, green value is 189 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #9abdd7 hue: 0.57 , saturation: 0.43 and the lightness value of 9abdd7 is 0.72.

The process color (four color CMYK) of #9abdd7 color hex is 0.28, 0.12, 0.00, 0.16. Web safe color of #9abdd7 is #99cccc. Color #9abdd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111101 11010111
Octal 232 275 327
Decimal 154 189 215
Hex 9A BD D7

RGB Percentages of Color #9abdd7

%27.60
%33.87
%38.53

CMYK Percentages of Color #9abdd7

%28
%12
%0
%16

Triadic Colors of #9abdd7

#9abdd7 #d79abd #bdd79a

Analogous Colors of #9abdd7

#9abdd7 #9a9fd7 #9ad7d3

Monochromatic Colors of #9abdd7

#9abdd7

Complementary Color

#9abdd7 #d7b49a

#9abdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abdd7 Color CSS Codes

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

#9abdd7 Text Font Color

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

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


#9abdd7 Background Color

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

This div background color is #9abdd7


#9abdd7 Border Color

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

This div border color is #9abdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abdd7


Comments

No comments written yet.

Please login to write comment.