Color Hex Logo

#9adfbb Color Hex

#9ADFBB
(154,223,187)
0 Favorites   0 Comments

Color spaces of #9adfbb

RGB 154223187
HSL0.410.520.74
HSV149°31°87°
CMYK 0.310.000.16   0.13
XYZ48.683763.233256.6530
Yxy63.23320.28880.3751
Hunter Lab79.5193-29.876613.4227
CIE-Lab83.5649-29.105410.8026

#9adfbb color RGB value is (154,223,187).

#9adfbb hex color red value is 154, green value is 223 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #9adfbb hue: 0.41 , saturation: 0.52 and the lightness value of 9adfbb is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011111 10111011
Octal 232 337 273
Decimal 154 223 187
Hex 9A DF BB

RGB Percentages of Color #9adfbb

%27.30
%39.54
%33.16

CMYK Percentages of Color #9adfbb

%31
%0
%16
%13

Triadic Colors of #9adfbb

#9adfbb #bb9adf #dfbb9a

Analogous Colors of #9adfbb

#9adfbb #9adfde #9cdf9a

Monochromatic Colors of #9adfbb

#9adfbb

Complementary Color

#9adfbb #df9abe

#9adfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adfbb Color CSS Codes

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

#9adfbb Text Font Color

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

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


#9adfbb Background Color

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

This div background color is #9adfbb


#9adfbb Border Color

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

This div border color is #9adfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adfbb


Comments

No comments written yet.

Please login to write comment.