Color Hex Logo

#9abcd4 Color Hex

#9ABCD4
(154,188,212)
0 Favorites   0 Comments

Color spaces of #9abcd4

RGB 154188212
HSL0.570.400.72
HSV205°27°83°
CMYK 0.270.110.00   0.17
XYZ43.193347.589969.1966
Yxy47.58990.27000.2975
Hunter Lab68.9854-8.9617-11.1817
CIE-Lab74.5655-5.9575-15.8036

#9abcd4 color RGB value is (154,188,212).

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

The process color (four color CMYK) of #9abcd4 color hex is 0.27, 0.11, 0.00, 0.17. Web safe color of #9abcd4 is #99cccc. Color #9abcd4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 10111100 11010100
Octal 232 274 324
Decimal 154 188 212
Hex 9A BC D4

RGB Percentages of Color #9abcd4

%27.80
%33.94
%38.27

CMYK Percentages of Color #9abcd4

%27
%11
%0
%17

Triadic Colors of #9abcd4

#9abcd4 #d49abc #bcd49a

Analogous Colors of #9abcd4

#9abcd4 #9a9fd4 #9ad4cf

Monochromatic Colors of #9abcd4

#9abcd4

Complementary Color

#9abcd4 #d4b29a

#9abcd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9abcd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9abcd4 Color CSS Codes

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

#9abcd4 Text Font Color

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

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


#9abcd4 Background Color

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

This div background color is #9abcd4


#9abcd4 Border Color

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

This div border color is #9abcd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9abcd4


Comments

No comments written yet.

Please login to write comment.