Color Hex Logo

#99ffbc Color Hex

#99FFBC
(153,255,188)
0 Favorites   0 Comments

Color spaces of #99ffbc

RGB 153255188
HSL0.391.000.80
HSV141°40°100°
CMYK 0.400.000.26   0.00
XYZ57.974081.923160.3342
Yxy81.92310.28950.4091
Hunter Lab90.5114-44.062823.8357
CIE-Lab92.5409-43.813822.8671

#99ffbc color RGB value is (153,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111111 10111100
Octal 231 377 274
Decimal 153 255 188
Hex 99 FF BC

RGB Percentages of Color #99ffbc

%25.67
%42.79
%31.54

CMYK Percentages of Color #99ffbc

%40
%0
%26
%0

Triadic Colors of #99ffbc

#99ffbc #bc99ff #ffbc99

Analogous Colors of #99ffbc

#99ffbc #99ffef #a9ff99

Monochromatic Colors of #99ffbc

#99ffbc

Complementary Color

#99ffbc #ff99dc

#99ffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ffbc Color CSS Codes

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

#99ffbc Text Font Color

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

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


#99ffbc Background Color

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

This div background color is #99ffbc


#99ffbc Border Color

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

This div border color is #99ffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ffbc


Comments

No comments written yet.

Please login to write comment.