Color Hex Logo

#9abcd8 Color Hex

#9ABCD8
(154,188,216)
0 Favorites   0 Comments

Color spaces of #9abcd8

RGB 154188216
HSL0.580.440.73
HSV207°29°85°
CMYK 0.290.130.00   0.15
XYZ43.704347.794371.8875
Yxy47.79430.26750.2925
Hunter Lab69.1334-8.1406-13.2585
CIE-Lab74.6950-5.0056-17.7810

#9abcd8 color RGB value is (154,188,216).

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

The process color (four color CMYK) of #9abcd8 color hex is 0.29, 0.13, 0.00, 0.15. Web safe color of #9abcd8 is #99cccc. Color #9abcd8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111100 11011000
Octal 232 274 330
Decimal 154 188 216
Hex 9A BC D8

RGB Percentages of Color #9abcd8

%27.60
%33.69
%38.71

CMYK Percentages of Color #9abcd8

%29
%13
%0
%15

Triadic Colors of #9abcd8

#9abcd8 #d89abc #bcd89a

Analogous Colors of #9abcd8

#9abcd8 #9a9dd8 #9ad8d5

Monochromatic Colors of #9abcd8

#9abcd8

Complementary Color

#9abcd8 #d8b69a

#9abcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abcd8 Color CSS Codes

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

#9abcd8 Text Font Color

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

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


#9abcd8 Background Color

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

This div background color is #9abcd8


#9abcd8 Border Color

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

This div border color is #9abcd8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abcd8


Comments

No comments written yet.

Please login to write comment.