Color Hex Logo

#99ffef Color Hex

#99FFEF
(153,255,239)
0 Favorites   0 Comments

Color spaces of #99ffef

RGB 153255239
HSL0.471.000.80
HSV171°40°100°
CMYK 0.400.000.06   0.00
XYZ64.476984.524394.5779
Yxy84.52430.26470.3470
Hunter Lab91.9371-35.70513.3629
CIE-Lab93.6777-33.4178-1.7275

#99ffef color RGB value is (153,255,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111111 11101111
Octal 231 377 357
Decimal 153 255 239
Hex 99 FF EF

RGB Percentages of Color #99ffef

%23.65
%39.41
%36.94

CMYK Percentages of Color #99ffef

%40
%0
%6
%0

Triadic Colors of #99ffef

#99ffef #ef99ff #ffef99

Analogous Colors of #99ffef

#99ffef #99dcff #99ffbc

Monochromatic Colors of #99ffef

#99ffef

Complementary Color

#99ffef #ff99a9

#99ffef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ffef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ffef Color CSS Codes

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

#99ffef Text Font Color

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

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


#99ffef Background Color

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

This div background color is #99ffef


#99ffef Border Color

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

This div border color is #99ffef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ffef

#99ffef Color Palettes


Comments

No comments written yet.

Please login to write comment.