Color Hex Logo

#99eeff Color Hex

#99EEFF
(153,238,255)
2 Favorites   0 Comments

Color spaces of #99eeff

RGB 153238255
HSL0.531.000.80
HSV190°40°100°
CMYK 0.400.070.00   0.00
XYZ61.761475.1414105.8563
Yxy75.14140.25440.3095
Hunter Lab86.6841-24.5182-11.7244
CIE-Lab89.4592-21.4907-16.3032

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101110 11111111
Octal 231 356 377
Decimal 153 238 255
Hex 99 EE FF

RGB Percentages of Color #99eeff

%23.68
%36.84
%39.47

CMYK Percentages of Color #99eeff

%40
%7
%0
%0

Triadic Colors of #99eeff

#99eeff #ff99ee #eeff99

Analogous Colors of #99eeff

#99eeff #99bbff #99ffdd

Monochromatic Colors of #99eeff

#99eeff

Complementary Color

#99eeff #ffaa99

#99eeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eeff Color CSS Codes

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

#99eeff Text Font Color

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

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


#99eeff Background Color

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

This div background color is #99eeff


#99eeff Border Color

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

This div border color is #99eeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eeff

Related Colors

#99eeff Color Palettes


Comments

No comments written yet.

Please login to write comment.