Color Hex Logo

#99ddd1 Color Hex

#99DDD1
(153,221,209)
0 Favorites   0 Comments

Color spaces of #99ddd1

RGB 153221209
HSL0.470.500.73
HSV169°31°87°
CMYK 0.310.000.05   0.13
XYZ50.501963.088769.8372
Yxy63.08870.27530.3439
Hunter Lab79.4284-25.50643.4693
CIE-Lab83.4890-23.8587-0.9473

#99ddd1 color RGB value is (153,221,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 11010001
Octal 231 335 321
Decimal 153 221 209
Hex 99 DD D1

RGB Percentages of Color #99ddd1

%26.24
%37.91
%35.85

CMYK Percentages of Color #99ddd1

%31
%0
%5
%13

Triadic Colors of #99ddd1

#99ddd1 #d199dd #ddd199

Analogous Colors of #99ddd1

#99ddd1 #99c7dd #99ddaf

Monochromatic Colors of #99ddd1

#99ddd1

Complementary Color

#99ddd1 #dd99a5

#99ddd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddd1 Color CSS Codes

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

#99ddd1 Text Font Color

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

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


#99ddd1 Background Color

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

This div background color is #99ddd1


#99ddd1 Border Color

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

This div border color is #99ddd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddd1


Comments

No comments written yet.

Please login to write comment.