Color Hex Logo

#99dcc6 Color Hex

#99DCC6
(153,220,198)
0 Favorites   0 Comments

Color spaces of #99dcc6

RGB 153220198
HSL0.450.490.73
HSV160°30°86°
CMYK 0.300.000.10   0.14
XYZ48.923162.035962.8217
Yxy62.03590.28150.3570
Hunter Lab78.7629-26.96087.8440
CIE-Lab82.9325-25.72484.0737

#99dcc6 color RGB value is (153,220,198).

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

The process color (four color CMYK) of #99dcc6 color hex is 0.30, 0.00, 0.10, 0.14. Web safe color of #99dcc6 is #99cccc. Color #99dcc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 11000110
Octal 231 334 306
Decimal 153 220 198
Hex 99 DC C6

RGB Percentages of Color #99dcc6

%26.80
%38.53
%34.68

CMYK Percentages of Color #99dcc6

%30
%0
%10
%14

Triadic Colors of #99dcc6

#99dcc6 #c699dc #dcc699

Analogous Colors of #99dcc6

#99dcc6 #99d1dc #99dca5

Monochromatic Colors of #99dcc6

#99dcc6

Complementary Color

#99dcc6 #dc99af

#99dcc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcc6 Color CSS Codes

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

#99dcc6 Text Font Color

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

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


#99dcc6 Background Color

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

This div background color is #99dcc6


#99dcc6 Border Color

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

This div border color is #99dcc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcc6


Comments

No comments written yet.

Please login to write comment.