Color Hex Logo

#99dcbd Color Hex

#99DCBD
(153,220,189)
0 Favorites   0 Comments

Color spaces of #99dcbd

RGB 153220189
HSL0.420.490.73
HSV152°30°86°
CMYK 0.300.000.14   0.14
XYZ47.915461.632857.5150
Yxy61.63280.28680.3689
Hunter Lab78.5066-28.441511.5179
CIE-Lab82.7178-27.56948.5302

#99dcbd color RGB value is (153,220,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011100 10111101
Octal 231 334 275
Decimal 153 220 189
Hex 99 DC BD

RGB Percentages of Color #99dcbd

%27.22
%39.15
%33.63

CMYK Percentages of Color #99dcbd

%30
%0
%14
%14

Triadic Colors of #99dcbd

#99dcbd #bd99dc #dcbd99

Analogous Colors of #99dcbd

#99dcbd #99dadc #99dc9c

Monochromatic Colors of #99dcbd

#99dcbd

Complementary Color

#99dcbd #dc99b8

#99dcbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dcbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dcbd Color CSS Codes

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

#99dcbd Text Font Color

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

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


#99dcbd Background Color

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

This div background color is #99dcbd


#99dcbd Border Color

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

This div border color is #99dcbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,220,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 #99dcbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dcbd


Comments

No comments written yet.

Please login to write comment.