Color Hex Logo

#99dcdf Color Hex

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

Color spaces of #99dcdf

RGB 153220223
HSL0.510.520.74
HSV183°31°87°
CMYK 0.310.010.00   0.13
XYZ52.049463.286479.2842
Yxy63.28640.26740.3252
Hunter Lab79.5527-22.4292-3.4029
CIE-Lab83.5928-20.2112-8.2190

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

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

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

Base Numbers

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

RGB Percentages of Color #99dcdf

%25.67
%36.91
%37.42

CMYK Percentages of Color #99dcdf

%31
%1
%0
%13

Triadic Colors of #99dcdf

#99dcdf #df99dc #dcdf99

Analogous Colors of #99dcdf

#99dcdf #99b9df #99dfbf

Monochromatic Colors of #99dcdf

#99dcdf

Complementary Color

#99dcdf #df9c99

#99dcdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcdf Color CSS Codes

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

#99dcdf Text Font Color

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

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


#99dcdf Background Color

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

This div background color is #99dcdf


#99dcdf Border Color

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

This div border color is #99dcdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcdf


Comments

No comments written yet.

Please login to write comment.