Color Hex Logo

#99edea Color Hex

#99EDEA
(153,237,234)
0 Favorites   0 Comments

Color spaces of #99edea

RGB 153237234
HSL0.490.700.76
HSV178°35°93°
CMYK 0.350.000.01   0.07
XYZ58.272373.281288.9153
Yxy73.28120.26430.3324
Hunter Lab85.6044-28.3000-1.6600
CIE-Lab88.5817-26.0220-6.6268

#99edea color RGB value is (153,237,234).

#99edea hex color red value is 153, green value is 237 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #99edea hue: 0.49 , saturation: 0.70 and the lightness value of 99edea is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101101 11101010
Octal 231 355 352
Decimal 153 237 234
Hex 99 ED EA

RGB Percentages of Color #99edea

%24.52
%37.98
%37.50

CMYK Percentages of Color #99edea

%35
%0
%1
%7

Triadic Colors of #99edea

#99edea #ea99ed #edea99

Analogous Colors of #99edea

#99edea #99c6ed #99edc0

Monochromatic Colors of #99edea

#99edea

Complementary Color

#99edea #ed999c

#99edea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99edea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99edea Color CSS Codes

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

#99edea Text Font Color

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

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


#99edea Background Color

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

This div background color is #99edea


#99edea Border Color

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

This div border color is #99edea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99edea


Comments

No comments written yet.

Please login to write comment.