Color Hex Logo

#9bdfaa Color Hex

#9BDFAA
(155,223,170)
0 Favorites   0 Comments

Color spaces of #9bdfaa

RGB 155223170
HSL0.370.520.74
HSV133°30°87°
CMYK 0.300.000.24   0.13
XYZ47.160962.646247.6365
Yxy62.64620.29950.3979
Hunter Lab79.1494-32.152719.7205
CIE-Lab83.2559-31.988719.3012

#9bdfaa color RGB value is (155,223,170).

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

The process color (four color CMYK) of #9bdfaa color hex is 0.30, 0.00, 0.24, 0.13. Web safe color of #9bdfaa is #99cc99. Color #9bdfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11011111 10101010
Octal 233 337 252
Decimal 155 223 170
Hex 9B DF AA

RGB Percentages of Color #9bdfaa

%28.28
%40.69
%31.02

CMYK Percentages of Color #9bdfaa

%30
%0
%24
%13

Triadic Colors of #9bdfaa

#9bdfaa #aa9bdf #dfaa9b

Analogous Colors of #9bdfaa

#9bdfaa #9bdfcc #aedf9b

Monochromatic Colors of #9bdfaa

#9bdfaa

Complementary Color

#9bdfaa #df9bd0

#9bdfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bdfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bdfaa Color CSS Codes

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

#9bdfaa Text Font Color

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

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


#9bdfaa Background Color

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

This div background color is #9bdfaa


#9bdfaa Border Color

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

This div border color is #9bdfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bdfaa


Comments

No comments written yet.

Please login to write comment.