Color Hex Logo

#99ffbf Color Hex

#99FFBF
(153,255,191)
0 Favorites   0 Comments

Color spaces of #99ffbf

RGB 153255191
HSL0.401.000.80
HSV142°40°100°
CMYK 0.400.000.25   0.00
XYZ58.300882.053962.0554
Yxy82.05390.28800.4054
Hunter Lab90.5836-43.636422.7912
CIE-Lab92.5986-43.267421.4192

#99ffbf color RGB value is (153,255,191).

#99ffbf hex color red value is 153, green value is 255 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #99ffbf hue: 0.40 , saturation: 1.00 and the lightness value of 99ffbf is 0.80.

The process color (four color CMYK) of #99ffbf color hex is 0.40, 0.00, 0.25, 0.00. Web safe color of #99ffbf is #99ffcc. Color #99ffbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111111 10111111
Octal 231 377 277
Decimal 153 255 191
Hex 99 FF BF

RGB Percentages of Color #99ffbf

%25.54
%42.57
%31.89

CMYK Percentages of Color #99ffbf

%40
%0
%25
%0

Triadic Colors of #99ffbf

#99ffbf #bf99ff #ffbf99

Analogous Colors of #99ffbf

#99ffbf #99fff2 #a6ff99

Monochromatic Colors of #99ffbf

#99ffbf

Complementary Color

#99ffbf #ff99d9

#99ffbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ffbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ffbf Color CSS Codes

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

#99ffbf Text Font Color

<p style="color:#99ffbf">Text here</p>

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


#99ffbf Background Color

<div style="background-color:#99ffbf">
Div content here</div>

This div background color is #99ffbf


#99ffbf Border Color

<div style="border:3px solid #99ffbf">
Div here</div>

This div border color is #99ffbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,255,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #99ffbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #99ffbf;
  -webkit-box-shadow: 1px 1px 3px 2px #99ffbf;
  box-shadow:         1px 1px 3px 2px #99ffbf; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ffbf

#99ffbf Color Palettes


Comments

No comments written yet.

Please login to write comment.