Color Hex Logo

#99dcc1 Color Hex

#99DCC1
(153,220,193)
0 Favorites   0 Comments

Color spaces of #99dcc1

RGB 153220193
HSL0.430.490.73
HSV156°30°86°
CMYK 0.300.000.12   0.14
XYZ48.355761.809059.8338
Yxy61.80900.28440.3636
Hunter Lab78.6187-27.79349.9097
CIE-Lab82.8117-26.75946.5481

#99dcc1 color RGB value is (153,220,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 11000001
Octal 231 334 301
Decimal 153 220 193
Hex 99 DC C1

RGB Percentages of Color #99dcc1

%27.03
%38.87
%34.10

CMYK Percentages of Color #99dcc1

%30
%0
%12
%14

Triadic Colors of #99dcc1

#99dcc1 #c199dc #dcc199

Analogous Colors of #99dcc1

#99dcc1 #99d6dc #99dca0

Monochromatic Colors of #99dcc1

#99dcc1

Complementary Color

#99dcc1 #dc99b4

#99dcc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcc1 Color CSS Codes

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

#99dcc1 Text Font Color

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

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


#99dcc1 Background Color

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

This div background color is #99dcc1


#99dcc1 Border Color

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

This div border color is #99dcc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcc1


Comments

No comments written yet.

Please login to write comment.