Color Hex Logo

#99fadc Color Hex

#99FADC
(153,250,220)
0 Favorites   0 Comments

Color spaces of #99fadc

RGB 153250220
HSL0.450.910.79
HSV161°39°98°
CMYK 0.390.000.12   0.02
XYZ60.240780.310880.0367
Yxy80.31080.27310.3641
Hunter Lab89.6163-36.83969.7792
CIE-Lab91.8241-35.26845.4054

#99fadc color RGB value is (153,250,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111010 11011100
Octal 231 372 334
Decimal 153 250 220
Hex 99 FA DC

RGB Percentages of Color #99fadc

%24.56
%40.13
%35.31

CMYK Percentages of Color #99fadc

%39
%0
%12
%2

Triadic Colors of #99fadc

#99fadc #dc99fa #fadc99

Analogous Colors of #99fadc

#99fadc #99e8fa #99faac

Monochromatic Colors of #99fadc

#99fadc

Complementary Color

#99fadc #fa99b7

#99fadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fadc Color CSS Codes

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

#99fadc Text Font Color

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

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


#99fadc Background Color

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

This div background color is #99fadc


#99fadc Border Color

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

This div border color is #99fadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fadc


Comments

No comments written yet.

Please login to write comment.