Color Hex Logo

#99eddd Color Hex

#99EDDD
(153,237,221)
0 Favorites   0 Comments

Color spaces of #99eddd

RGB 153237221
HSL0.470.700.76
HSV169°35°93°
CMYK 0.350.000.07   0.07
XYZ56.472272.561179.4359
Yxy72.56110.27090.3481
Hunter Lab85.1828-30.73284.3380
CIE-Lab88.2380-28.9603-0.3249

#99eddd color RGB value is (153,237,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101101 11011101
Octal 231 355 335
Decimal 153 237 221
Hex 99 ED DD

RGB Percentages of Color #99eddd

%25.04
%38.79
%36.17

CMYK Percentages of Color #99eddd

%35
%0
%7
%7

Triadic Colors of #99eddd

#99eddd #dd99ed #eddd99

Analogous Colors of #99eddd

#99eddd #99d3ed #99edb3

Monochromatic Colors of #99eddd

#99eddd

Complementary Color

#99eddd #ed99a9

#99eddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eddd Color CSS Codes

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

#99eddd Text Font Color

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

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


#99eddd Background Color

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

This div background color is #99eddd


#99eddd Border Color

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

This div border color is #99eddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eddd


Comments

No comments written yet.

Please login to write comment.