Color Hex Logo

#99ddbc Color Hex

#99DDBC
(153,221,188)
0 Favorites   0 Comments

Color spaces of #99ddbc

RGB 153221188
HSL0.420.500.73
HSV151°31°87°
CMYK 0.310.000.15   0.13
XYZ48.070462.116057.0330
Yxy62.11600.28750.3715
Hunter Lab78.8137-29.052512.2648
CIE-Lab82.9751-28.24999.4267

#99ddbc color RGB value is (153,221,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011101 10111100
Octal 231 335 274
Decimal 153 221 188
Hex 99 DD BC

RGB Percentages of Color #99ddbc

%27.22
%39.32
%33.45

CMYK Percentages of Color #99ddbc

%31
%0
%15
%13

Triadic Colors of #99ddbc

#99ddbc #bc99dd #ddbc99

Analogous Colors of #99ddbc

#99ddbc #99dcdd #99dd9a

Monochromatic Colors of #99ddbc

#99ddbc

Complementary Color

#99ddbc #dd99ba

#99ddbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ddbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ddbc Color CSS Codes

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

#99ddbc Text Font Color

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

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


#99ddbc Background Color

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

This div background color is #99ddbc


#99ddbc Border Color

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

This div border color is #99ddbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ddbc


Comments

No comments written yet.

Please login to write comment.