Color Hex Logo

#99dfbc Color Hex

#99DFBC
(153,223,188)
0 Favorites   0 Comments

Color spaces of #99dfbc

RGB 153223188
HSL0.420.520.74
HSV150°31°87°
CMYK 0.310.000.16   0.13
XYZ48.601663.178557.2100
Yxy63.17850.28760.3739
Hunter Lab79.4849-29.953512.9649
CIE-Lab83.5362-29.206610.2276

#99dfbc color RGB value is (153,223,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011111 10111100
Octal 231 337 274
Decimal 153 223 188
Hex 99 DF BC

RGB Percentages of Color #99dfbc

%27.13
%39.54
%33.33

CMYK Percentages of Color #99dfbc

%31
%0
%16
%13

Triadic Colors of #99dfbc

#99dfbc #bc99df #dfbc99

Analogous Colors of #99dfbc

#99dfbc #99dfdf #99df99

Monochromatic Colors of #99dfbc

#99dfbc

Complementary Color

#99dfbc #df99bc

#99dfbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dfbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dfbc Color CSS Codes

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

#99dfbc Text Font Color

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

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


#99dfbc Background Color

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

This div background color is #99dfbc


#99dfbc Border Color

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

This div border color is #99dfbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dfbc


Comments

No comments written yet.

Please login to write comment.