Color Hex Logo

#99faef Color Hex

#99FAEF
(153,250,239)
0 Favorites   0 Comments

Color spaces of #99faef

RGB 153250239
HSL0.480.910.79
HSV173°39°98°
CMYK 0.390.000.04   0.02
XYZ62.902581.375594.0531
Yxy81.37550.26390.3414
Hunter Lab90.2084-33.39621.3289
CIE-Lab92.2985-31.0783-3.7518

#99faef color RGB value is (153,250,239).

#99faef hex color red value is 153, green value is 250 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #99faef hue: 0.48 , saturation: 0.91 and the lightness value of 99faef is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111010 11101111
Octal 231 372 357
Decimal 153 250 239
Hex 99 FA EF

RGB Percentages of Color #99faef

%23.83
%38.94
%37.23

CMYK Percentages of Color #99faef

%39
%0
%4
%2

Triadic Colors of #99faef

#99faef #ef99fa #faef99

Analogous Colors of #99faef

#99faef #99d5fa #99fabf

Monochromatic Colors of #99faef

#99faef

Complementary Color

#99faef #fa99a4

#99faef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99faef Color Preview on White Background

Lorem ipsum dolor sit amet.

#99faef Color CSS Codes

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

#99faef Text Font Color

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

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


#99faef Background Color

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

This div background color is #99faef


#99faef Border Color

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

This div border color is #99faef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99faef


Comments

No comments written yet.

Please login to write comment.