Color Hex Logo

#9adabd Color Hex

#9ADABD
(154,218,189)
0 Favorites   0 Comments

Color spaces of #9adabd

RGB 154218189
HSL0.420.460.73
HSV153°29°85°
CMYK 0.290.000.13   0.15
XYZ47.583160.687057.3500
Yxy60.68700.28730.3664
Hunter Lab77.9019-27.299010.8830
CIE-Lab82.2102-26.30377.8098

#9adabd color RGB value is (154,218,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011010 10111101
Octal 232 332 275
Decimal 154 218 189
Hex 9A DA BD

RGB Percentages of Color #9adabd

%27.45
%38.86
%33.69

CMYK Percentages of Color #9adabd

%29
%0
%13
%15

Triadic Colors of #9adabd

#9adabd #bd9ada #dabd9a

Analogous Colors of #9adabd

#9adabd #9ad7da #9ada9d

Monochromatic Colors of #9adabd

#9adabd

Complementary Color

#9adabd #da9ab7

#9adabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adabd Color CSS Codes

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

#9adabd Text Font Color

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

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


#9adabd Background Color

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

This div background color is #9adabd


#9adabd Border Color

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

This div border color is #9adabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adabd


Comments

No comments written yet.

Please login to write comment.