Color Hex Logo

#99efdd Color Hex

#99EFDD
(153,239,221)
0 Favorites   0 Comments

Color spaces of #99efdd

RGB 153239221
HSL0.470.730.77
HSV167°36°94°
CMYK 0.360.000.08   0.06
XYZ57.054573.725879.6300
Yxy73.72580.27120.3504
Hunter Lab85.8637-31.65235.1191
CIE-Lab88.7927-29.91160.4851

#99efdd color RGB value is (153,239,221).

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

The process color (four color CMYK) of #99efdd color hex is 0.36, 0.00, 0.08, 0.06. Web safe color of #99efdd is #99ffcc. Color #99efdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101111 11011101
Octal 231 357 335
Decimal 153 239 221
Hex 99 EF DD

RGB Percentages of Color #99efdd

%24.96
%38.99
%36.05

CMYK Percentages of Color #99efdd

%36
%0
%8
%6

Triadic Colors of #99efdd

#99efdd #dd99ef #efdd99

Analogous Colors of #99efdd

#99efdd #99d6ef #99efb2

Monochromatic Colors of #99efdd

#99efdd

Complementary Color

#99efdd #ef99ab

#99efdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99efdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99efdd Color CSS Codes

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

#99efdd Text Font Color

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

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


#99efdd Background Color

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

This div background color is #99efdd


#99efdd Border Color

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

This div border color is #99efdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99efdd


Comments

No comments written yet.

Please login to write comment.