Color Hex Logo

#99ddc7 Color Hex

#99DDC7
(153,221,199)
0 Favorites   0 Comments

Color spaces of #99ddc7

RGB 153221199
HSL0.450.500.73
HSV161°31°87°
CMYK 0.310.000.10   0.13
XYZ49.302162.608763.5190
Yxy62.60870.28100.3569
Hunter Lab79.1257-27.24907.7923
CIE-Lab83.2361-26.00113.9833

#99ddc7 color RGB value is (153,221,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 11000111
Octal 231 335 307
Decimal 153 221 199
Hex 99 DD C7

RGB Percentages of Color #99ddc7

%26.70
%38.57
%34.73

CMYK Percentages of Color #99ddc7

%31
%0
%10
%13

Triadic Colors of #99ddc7

#99ddc7 #c799dd #ddc799

Analogous Colors of #99ddc7

#99ddc7 #99d1dd #99dda5

Monochromatic Colors of #99ddc7

#99ddc7

Complementary Color

#99ddc7 #dd99af

#99ddc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddc7 Color CSS Codes

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

#99ddc7 Text Font Color

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

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


#99ddc7 Background Color

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

This div background color is #99ddc7


#99ddc7 Border Color

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

This div border color is #99ddc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddc7


Comments

No comments written yet.

Please login to write comment.