Color Hex Logo

#99badd Color Hex

#99BADD
(153,186,221)
3 Favorites   0 Comments

Color spaces of #99badd

RGB 153186221
HSL0.590.500.73
HSV211°31°87°
CMYK 0.310.160.00   0.13
XYZ43.746947.110675.1942
Yxy47.11060.26350.2837
Hunter Lab68.6372-6.3454-16.9081
CIE-Lab74.2605-3.0072-21.1605

#99badd color RGB value is (153,186,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111010 11011101
Octal 231 272 335
Decimal 153 186 221
Hex 99 BA DD

RGB Percentages of Color #99badd

%27.32
%33.21
%39.46

CMYK Percentages of Color #99badd

%31
%16
%0
%13

Triadic Colors of #99badd

#99badd #dd99ba #badd99

Analogous Colors of #99badd

#99badd #9a99dd #99dcdd

Monochromatic Colors of #99badd

#99badd

Complementary Color

#99badd #ddbc99

#99badd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99badd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99badd Color CSS Codes

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

#99badd Text Font Color

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

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


#99badd Background Color

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

This div background color is #99badd


#99badd Border Color

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

This div border color is #99badd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99badd


Comments

No comments written yet.

Please login to write comment.