Color Hex Logo

#99ddbd Color Hex

#99DDBD
(153,221,189)
0 Favorites   0 Comments

Color spaces of #99ddbd

RGB 153221189
HSL0.420.500.73
HSV152°31°87°
CMYK 0.310.000.14   0.13
XYZ48.178662.159357.6028
Yxy62.15930.28690.3701
Hunter Lab78.8412-28.893511.8705
CIE-Lab82.9981-28.05038.9313

#99ddbd color RGB value is (153,221,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 10111101
Octal 231 335 275
Decimal 153 221 189
Hex 99 DD BD

RGB Percentages of Color #99ddbd

%27.18
%39.25
%33.57

CMYK Percentages of Color #99ddbd

%31
%0
%14
%13

Triadic Colors of #99ddbd

#99ddbd #bd99dd #ddbd99

Analogous Colors of #99ddbd

#99ddbd #99dbdd #99dd9b

Monochromatic Colors of #99ddbd

#99ddbd

Complementary Color

#99ddbd #dd99b9

#99ddbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddbd Color CSS Codes

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

#99ddbd Text Font Color

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

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


#99ddbd Background Color

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

This div background color is #99ddbd


#99ddbd Border Color

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

This div border color is #99ddbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddbd


Comments

No comments written yet.

Please login to write comment.