Color Hex Logo

#99fcff Color Hex

#99FCFF
(153,252,255)
0 Favorites   0 Comments

Color spaces of #99fcff

RGB 153252255
HSL0.501.000.80
HSV182°40°100°
CMYK 0.400.010.00   0.00
XYZ65.997383.6131107.2683
Yxy83.61310.25690.3255
Hunter Lab91.4402-31.1873-5.5448
CIE-Lab93.2822-28.2865-10.5888

#99fcff color RGB value is (153,252,255).

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

The process color (four color CMYK) of #99fcff color hex is 0.40, 0.01, 0.00, 0.00. Web safe color of #99fcff is #99ffff. Color #99fcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111100 11111111
Octal 231 374 377
Decimal 153 252 255
Hex 99 FC FF

RGB Percentages of Color #99fcff

%23.18
%38.18
%38.64

CMYK Percentages of Color #99fcff

%40
%1
%0
%0

Triadic Colors of #99fcff

#99fcff #ff99fc #fcff99

Analogous Colors of #99fcff

#99fcff #99c9ff #99ffcf

Monochromatic Colors of #99fcff

#99fcff

Complementary Color

#99fcff #ff9c99

#99fcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99fcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#99fcff Color CSS Codes

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

#99fcff Text Font Color

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

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


#99fcff Background Color

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

This div background color is #99fcff


#99fcff Border Color

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

This div border color is #99fcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99fcff

Related Colors

#99fcff Color Palettes


Comments

No comments written yet.

Please login to write comment.