Color Hex Logo

#99fbcc Color Hex

#99FBCC
(153,251,204)
0 Favorites   0 Comments

Color spaces of #99fbcc

RGB 153251204
HSL0.420.920.79
HSV151°39°98°
CMYK 0.390.000.19   0.02
XYZ58.533180.126369.5076
Yxy80.12630.28120.3849
Hunter Lab89.5133-39.926416.6203
CIE-Lab91.7415-39.009313.5529

#99fbcc color RGB value is (153,251,204).

#99fbcc hex color red value is 153, green value is 251 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #99fbcc hue: 0.42 , saturation: 0.92 and the lightness value of 99fbcc is 0.79.

The process color (four color CMYK) of #99fbcc color hex is 0.39, 0.00, 0.19, 0.02. Web safe color of #99fbcc is #99ffcc. Color #99fbcc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111011 11001100
Octal 231 373 314
Decimal 153 251 204
Hex 99 FB CC

RGB Percentages of Color #99fbcc

%25.16
%41.28
%33.55

CMYK Percentages of Color #99fbcc

%39
%0
%19
%2

Triadic Colors of #99fbcc

#99fbcc #cc99fb #fbcc99

Analogous Colors of #99fbcc

#99fbcc #99f9fb #99fb9b

Monochromatic Colors of #99fbcc

#99fbcc

Complementary Color

#99fbcc #fb99c8

#99fbcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fbcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fbcc Color CSS Codes

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

#99fbcc Text Font Color

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

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


#99fbcc Background Color

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

This div background color is #99fbcc


#99fbcc Border Color

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

This div border color is #99fbcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fbcc


Comments

No comments written yet.

Please login to write comment.