Color Hex Logo

#99ecdd Color Hex

#99ECDD
(153,236,221)
0 Favorites   0 Comments

Color spaces of #99ecdd

RGB 153236221
HSL0.470.690.76
HSV169°35°93°
CMYK 0.350.000.06   0.07
XYZ56.183571.983779.3397
Yxy71.98370.27080.3469
Hunter Lab84.8432-30.27223.9462
CIE-Lab87.9607-28.4828-0.7301

#99ecdd color RGB value is (153,236,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101100 11011101
Octal 231 354 335
Decimal 153 236 221
Hex 99 EC DD

RGB Percentages of Color #99ecdd

%25.08
%38.69
%36.23

CMYK Percentages of Color #99ecdd

%35
%0
%6
%7

Triadic Colors of #99ecdd

#99ecdd #dd99ec #ecdd99

Analogous Colors of #99ecdd

#99ecdd #99d2ec #99ecb4

Monochromatic Colors of #99ecdd

#99ecdd

Complementary Color

#99ecdd #ec99a8

#99ecdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ecdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ecdd Color CSS Codes

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

#99ecdd Text Font Color

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

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


#99ecdd Background Color

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

This div background color is #99ecdd


#99ecdd Border Color

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

This div border color is #99ecdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ecdd

#99ecdd Color Palettes


Comments

No comments written yet.

Please login to write comment.