Color Hex Logo

#99ffee Color Hex

#99FFEE
(153,255,238)
1 Favorites   0 Comments

Color spaces of #99ffee

RGB 153255238
HSL0.471.000.80
HSV170°40°100°
CMYK 0.400.000.07   0.00
XYZ64.329584.465493.8018
Yxy84.46540.26520.3482
Hunter Lab91.9051-35.89173.8199
CIE-Lab93.6523-33.6430-1.2480

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

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

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

Base Numbers

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

RGB Percentages of Color #99ffee

%23.68
%39.47
%36.84

CMYK Percentages of Color #99ffee

%40
%0
%7
%0

Triadic Colors of #99ffee

#99ffee #ee99ff #ffee99

Analogous Colors of #99ffee

#99ffee #99ddff #99ffbb

Monochromatic Colors of #99ffee

#99ffee

Complementary Color

#99ffee #ff99aa

#99ffee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ffee Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ffee Color CSS Codes

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

#99ffee Text Font Color

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

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


#99ffee Background Color

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

This div background color is #99ffee


#99ffee Border Color

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

This div border color is #99ffee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ffee


Comments

No comments written yet.

Please login to write comment.