Color Hex Logo

#99ddcb Color Hex

#99DDCB
(153,221,203)
0 Favorites   0 Comments

Color spaces of #99ddcb

RGB 153221203
HSL0.460.500.73
HSV164°31°87°
CMYK 0.310.000.08   0.13
XYZ49.772862.797065.9976
Yxy62.79700.27870.3517
Hunter Lab79.2446-26.56376.0924
CIE-Lab83.3355-25.15512.0087

#99ddcb color RGB value is (153,221,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 11001011
Octal 231 335 313
Decimal 153 221 203
Hex 99 DD CB

RGB Percentages of Color #99ddcb

%26.52
%38.30
%35.18

CMYK Percentages of Color #99ddcb

%31
%0
%8
%13

Triadic Colors of #99ddcb

#99ddcb #cb99dd #ddcb99

Analogous Colors of #99ddcb

#99ddcb #99cddd #99dda9

Monochromatic Colors of #99ddcb

#99ddcb

Complementary Color

#99ddcb #dd99ab

#99ddcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddcb Color CSS Codes

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

#99ddcb Text Font Color

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

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


#99ddcb Background Color

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

This div background color is #99ddcb


#99ddcb Border Color

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

This div border color is #99ddcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddcb


Comments

No comments written yet.

Please login to write comment.