Color Hex Logo

#99dcff Color Hex

#99DCFF
(153,220,255)
0 Favorites   0 Comments

Color spaces of #99dcff

RGB 153220255
HSL0.561.000.80
HSV201°40°100°
CMYK 0.400.140.00   0.00
XYZ56.780165.1787104.1959
Yxy65.17870.25110.2882
Hunter Lab80.7333-15.7435-20.0074
CIE-Lab84.5757-12.4122-23.6816

#99dcff color RGB value is (153,220,255).

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

The process color (four color CMYK) of #99dcff color hex is 0.40, 0.14, 0.00, 0.00. Web safe color of #99dcff is #99ccff. Color #99dcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 11111111
Octal 231 334 377
Decimal 153 220 255
Hex 99 DC FF

RGB Percentages of Color #99dcff

%24.36
%35.03
%40.61

CMYK Percentages of Color #99dcff

%40
%14
%0
%0

Triadic Colors of #99dcff

#99dcff #ff99dc #dcff99

Analogous Colors of #99dcff

#99dcff #99a9ff #99ffef

Monochromatic Colors of #99dcff

#99dcff

Complementary Color

#99dcff #ffbc99

#99dcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcff Color CSS Codes

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

#99dcff Text Font Color

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

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


#99dcff Background Color

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

This div background color is #99dcff


#99dcff Border Color

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

This div border color is #99dcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcff

#99dcff Color Palettes


Comments

No comments written yet.

Please login to write comment.