Color Hex Logo

#99dbda Color Hex

#99DBDA
(153,219,218)
0 Favorites   0 Comments

Color spaces of #99dbda

RGB 153219218
HSL0.500.480.73
HSV179°30°86°
CMYK 0.300.000.00   0.14
XYZ51.123362.497375.6984
Yxy62.49730.27000.3301
Hunter Lab79.0552-22.9146-1.4338
CIE-Lab83.1772-20.8603-6.1811

#99dbda color RGB value is (153,219,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11011011 11011010
Octal 231 333 332
Decimal 153 219 218
Hex 99 DB DA

RGB Percentages of Color #99dbda

%25.93
%37.12
%36.95

CMYK Percentages of Color #99dbda

%30
%0
%0
%14

Triadic Colors of #99dbda

#99dbda #da99db #dbda99

Analogous Colors of #99dbda

#99dbda #99bbdb #99dbb9

Monochromatic Colors of #99dbda

#99dbda

Complementary Color

#99dbda #db999a

#99dbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99dbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#99dbda Color CSS Codes

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

#99dbda Text Font Color

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

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


#99dbda Background Color

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

This div background color is #99dbda


#99dbda Border Color

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

This div border color is #99dbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99dbda

#99dbda Color Palettes


Comments

No comments written yet.

Please login to write comment.