Color Hex Logo

#9bffaf Color Hex

#9BFFAF
(155,255,175)
0 Favorites   0 Comments

Color spaces of #9bffaf

RGB 155255175
HSL0.371.000.80
HSV132°39°100°
CMYK 0.390.000.31   0.00
XYZ57.015481.583753.2996
Yxy81.58370.29710.4251
Hunter Lab90.3237-45.391228.2398
CIE-Lab92.3908-45.517029.2583

#9bffaf color RGB value is (155,255,175).

#9bffaf hex color red value is 155, green value is 255 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9bffaf hue: 0.37 , saturation: 1.00 and the lightness value of 9bffaf is 0.80.

The process color (four color CMYK) of #9bffaf color hex is 0.39, 0.00, 0.31, 0.00. Web safe color of #9bffaf is #99ff99. Color #9bffaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111111 10101111
Octal 233 377 257
Decimal 155 255 175
Hex 9B FF AF

RGB Percentages of Color #9bffaf

%26.50
%43.59
%29.91

CMYK Percentages of Color #9bffaf

%39
%0
%31
%0

Triadic Colors of #9bffaf

#9bffaf #af9bff #ffaf9b

Analogous Colors of #9bffaf

#9bffaf #9bffe1 #b9ff9b

Monochromatic Colors of #9bffaf

#9bffaf

Complementary Color

#9bffaf #ff9beb

#9bffaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bffaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bffaf Color CSS Codes

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

#9bffaf Text Font Color

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

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


#9bffaf Background Color

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

This div background color is #9bffaf


#9bffaf Border Color

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

This div border color is #9bffaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bffaf


Comments

No comments written yet.

Please login to write comment.