Color Hex Logo

#9bfabd Color Hex

#9BFABD
(155,250,189)
0 Favorites   0 Comments

Color spaces of #9bfabd

RGB 155250189
HSL0.390.900.79
HSV141°38°98°
CMYK 0.380.000.24   0.02
XYZ56.888579.013960.3970
Yxy79.01390.28980.4025
Hunter Lab88.8898-41.319021.9377
CIE-Lab91.2406-40.872220.5682

#9bfabd color RGB value is (155,250,189).

#9bfabd hex color red value is 155, green value is 250 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #9bfabd hue: 0.39 , saturation: 0.90 and the lightness value of 9bfabd is 0.79.

The process color (four color CMYK) of #9bfabd color hex is 0.38, 0.00, 0.24, 0.02. Web safe color of #9bfabd is #99ffcc. Color #9bfabd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011011 11111010 10111101
Octal 233 372 275
Decimal 155 250 189
Hex 9B FA BD

RGB Percentages of Color #9bfabd

%26.09
%42.09
%31.82

CMYK Percentages of Color #9bfabd

%38
%0
%24
%2

Triadic Colors of #9bfabd

#9bfabd #bd9bfa #fabd9b

Analogous Colors of #9bfabd

#9bfabd #9bfaed #a9fa9b

Monochromatic Colors of #9bfabd

#9bfabd

Complementary Color

#9bfabd #fa9bd8

#9bfabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9bfabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9bfabd Color CSS Codes

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

#9bfabd Text Font Color

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

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


#9bfabd Background Color

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

This div background color is #9bfabd


#9bfabd Border Color

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

This div border color is #9bfabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9bfabd


Comments

No comments written yet.

Please login to write comment.