Color Hex Logo

#99dfbd Color Hex

#99DFBD
(153,223,189)
0 Favorites   0 Comments

Color spaces of #99dfbd

RGB 153223189
HSL0.420.520.74
HSV151°31°87°
CMYK 0.310.000.15   0.13
XYZ48.709963.221857.7799
Yxy63.22180.28700.3725
Hunter Lab79.5121-29.795412.5736
CIE-Lab83.5589-29.00789.7327

#99dfbd color RGB value is (153,223,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 10111101
Octal 231 337 275
Decimal 153 223 189
Hex 99 DF BD

RGB Percentages of Color #99dfbd

%27.08
%39.47
%33.45

CMYK Percentages of Color #99dfbd

%31
%0
%15
%13

Triadic Colors of #99dfbd

#99dfbd #bd99df #dfbd99

Analogous Colors of #99dfbd

#99dfbd #99dedf #99df9a

Monochromatic Colors of #99dfbd

#99dfbd

Complementary Color

#99dfbd #df99bb

#99dfbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfbd Color CSS Codes

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

#99dfbd Text Font Color

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

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


#99dfbd Background Color

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

This div background color is #99dfbd


#99dfbd Border Color

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

This div border color is #99dfbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfbd

#99dfbd Color Palettes


Comments

No comments written yet.

Please login to write comment.