Color Hex Logo

#99dfdc Color Hex

#99DFDC
(153,223,220)
0 Favorites   0 Comments

Color spaces of #99dfdc

RGB 153223220
HSL0.490.520.74
HSV177°31°87°
CMYK 0.310.000.01   0.13
XYZ52.442864.715077.4374
Yxy64.71500.26950.3326
Hunter Lab80.4456-24.4151-0.7609
CIE-Lab84.3367-22.3893-5.5285

#99dfdc color RGB value is (153,223,220).

#99dfdc hex color red value is 153, green value is 223 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #99dfdc hue: 0.49 , saturation: 0.52 and the lightness value of 99dfdc is 0.74.

The process color (four color CMYK) of #99dfdc color hex is 0.31, 0.00, 0.01, 0.13. Web safe color of #99dfdc is #99cccc. Color #99dfdc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 11011100
Octal 231 337 334
Decimal 153 223 220
Hex 99 DF DC

RGB Percentages of Color #99dfdc

%25.67
%37.42
%36.91

CMYK Percentages of Color #99dfdc

%31
%0
%1
%13

Triadic Colors of #99dfdc

#99dfdc #dc99df #dfdc99

Analogous Colors of #99dfdc

#99dfdc #99bfdf #99dfb9

Monochromatic Colors of #99dfdc

#99dfdc

Complementary Color

#99dfdc #df999c

#99dfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfdc Color CSS Codes

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

#99dfdc Text Font Color

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

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


#99dfdc Background Color

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

This div background color is #99dfdc


#99dfdc Border Color

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

This div border color is #99dfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfdc

#99dfdc Color Palettes


Comments

No comments written yet.

Please login to write comment.