Color Hex Logo

#99dcfa Color Hex

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

Color spaces of #99dcfa

RGB 153220250
HSL0.550.910.79
HSV199°39°98°
CMYK 0.390.120.00   0.02
XYZ55.985464.8608100.0111
Yxy64.86080.25350.2937
Hunter Lab80.5362-16.8526-17.2519
CIE-Lab84.4120-13.6801-21.2893

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

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

The process color (four color CMYK) of #99dcfa color hex is 0.39, 0.12, 0.00, 0.02. Web safe color of #99dcfa is #99ccff. Color #99dcfa contains mainly BLUE color.

Base Numbers

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

RGB Percentages of Color #99dcfa

%24.56
%35.31
%40.13

CMYK Percentages of Color #99dcfa

%39
%12
%0
%2

Triadic Colors of #99dcfa

#99dcfa #fa99dc #dcfa99

Analogous Colors of #99dcfa

#99dcfa #99acfa #99fae8

Monochromatic Colors of #99dcfa

#99dcfa

Complementary Color

#99dcfa #fab799

#99dcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcfa Color CSS Codes

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

#99dcfa Text Font Color

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

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


#99dcfa Background Color

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

This div background color is #99dcfa


#99dcfa Border Color

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

This div border color is #99dcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcfa


Comments

No comments written yet.

Please login to write comment.