Color Hex Logo

#9bd7aa Color Hex

#9BD7AA
(155,215,170)
0 Favorites   0 Comments

Color spaces of #9bd7aa

RGB 155215170
HSL0.380.430.73
HSV135°28°84°
CMYK 0.280.000.21   0.16
XYZ45.073758.471746.9407
Yxy58.47170.29950.3886
Hunter Lab76.4668-28.599217.1304
CIE-Lab81.0003-28.194416.1552

#9bd7aa color RGB value is (155,215,170).

#9bd7aa hex color red value is 155, green value is 215 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #9bd7aa hue: 0.38 , saturation: 0.43 and the lightness value of 9bd7aa is 0.73.

The process color (four color CMYK) of #9bd7aa color hex is 0.28, 0.00, 0.21, 0.16. Web safe color of #9bd7aa is #99cc99. Color #9bd7aa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11010111 10101010
Octal 233 327 252
Decimal 155 215 170
Hex 9B D7 AA

RGB Percentages of Color #9bd7aa

%28.70
%39.81
%31.48

CMYK Percentages of Color #9bd7aa

%28
%0
%21
%16

Triadic Colors of #9bd7aa

#9bd7aa #aa9bd7 #d7aa9b

Analogous Colors of #9bd7aa

#9bd7aa #9bd7c8 #aad79b

Monochromatic Colors of #9bd7aa

#9bd7aa

Complementary Color

#9bd7aa #d79bc8

#9bd7aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bd7aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bd7aa Color CSS Codes

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

#9bd7aa Text Font Color

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

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


#9bd7aa Background Color

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

This div background color is #9bd7aa


#9bd7aa Border Color

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

This div border color is #9bd7aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(155,215,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 #9bd7aa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bd7aa


Comments

No comments written yet.

Please login to write comment.