Color Hex Logo

#99facc Color Hex

#99FACC
(153,250,204)
0 Favorites   0 Comments

Color spaces of #99facc

RGB 153250204
HSL0.420.910.79
HSV152°39°98°
CMYK 0.390.000.18   0.02
XYZ58.221679.503269.4038
Yxy79.50320.28110.3838
Hunter Lab89.1646-39.483216.2651
CIE-Lab91.4615-38.558313.1559

#99facc color RGB value is (153,250,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111010 11001100
Octal 231 372 314
Decimal 153 250 204
Hex 99 FA CC

RGB Percentages of Color #99facc

%25.21
%41.19
%33.61

CMYK Percentages of Color #99facc

%39
%0
%18
%2

Triadic Colors of #99facc

#99facc #cc99fa #facc99

Analogous Colors of #99facc

#99facc #99f8fa #99fa9c

Monochromatic Colors of #99facc

#99facc

Complementary Color

#99facc #fa99c7

#99facc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99facc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99facc Color CSS Codes

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

#99facc Text Font Color

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

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


#99facc Background Color

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

This div background color is #99facc


#99facc Border Color

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

This div border color is #99facc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99facc


Comments

No comments written yet.

Please login to write comment.