Color Hex Logo

#99ffff Color Hex

#99FFFF
(153,255,255)
25 Favorites   0 Comments

Color spaces of #99ffff

RGB 153255255
HSL0.501.000.80
HSV180°40°100°
CMYK 0.400.000.00   0.00
XYZ66.946985.5123107.5848
Yxy85.51230.25740.3288
Hunter Lab92.4729-32.6002-4.2482
CIE-Lab94.1034-29.7128-9.3685

#99ffff color RGB value is (153,255,255). This hex color code is also a web safe color which is equal to #9FF.

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111111 11111111
Octal 231 377 377
Decimal 153 255 255
Hex 99 FF FF

RGB Percentages of Color #99ffff

%23.08
%38.46
%38.46

CMYK Percentages of Color #99ffff

%40
%0
%0
%0

Triadic Colors of #99ffff

#99ffff #ff99ff #ffff99

Analogous Colors of #99ffff

#99ffff #99ccff #99ffcc

Monochromatic Colors of #99ffff

#99ffff

Complementary Color

#99ffff #ff9999

#99ffff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ffff Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ffff Color CSS Codes

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

#99ffff Text Font Color

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

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


#99ffff Background Color

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

This div background color is #99ffff


#99ffff Border Color

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

This div border color is #99ffff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ffff

Related Colors


Comments

No comments written yet.

Please login to write comment.