Color Hex Logo

#99faea Color Hex

#99FAEA
(153,250,234)
0 Favorites   0 Comments

Color spaces of #99faea

RGB 153250234
HSL0.470.910.79
HSV170°39°98°
CMYK 0.390.000.06   0.02
XYZ62.173881.084090.2158
Yxy81.08400.26630.3473
Hunter Lab90.0467-34.33423.6313
CIE-Lab92.1691-32.2094-1.3486

#99faea color RGB value is (153,250,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111010 11101010
Octal 231 372 352
Decimal 153 250 234
Hex 99 FA EA

RGB Percentages of Color #99faea

%24.02
%39.25
%36.73

CMYK Percentages of Color #99faea

%39
%0
%6
%2

Triadic Colors of #99faea

#99faea #ea99fa #faea99

Analogous Colors of #99faea

#99faea #99dafa #99faba

Monochromatic Colors of #99faea

#99faea

Complementary Color

#99faea #fa99a9

#99faea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99faea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99faea Color CSS Codes

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

#99faea Text Font Color

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

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


#99faea Background Color

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

This div background color is #99faea


#99faea Border Color

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

This div border color is #99faea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99faea


Comments

No comments written yet.

Please login to write comment.