Color Hex Logo

#99badf Color Hex

#99BADF
(153,186,223)
0 Favorites   0 Comments

Color spaces of #99badf

RGB 153186223
HSL0.590.520.74
HSV212°31°87°
CMYK 0.310.170.00   0.13
XYZ44.015147.217876.6061
Yxy47.21780.26220.2813
Hunter Lab68.7152-5.9146-17.9979
CIE-Lab74.3289-2.5148-22.1422

#99badf color RGB value is (153,186,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111010 11011111
Octal 231 272 337
Decimal 153 186 223
Hex 99 BA DF

RGB Percentages of Color #99badf

%27.22
%33.10
%39.68

CMYK Percentages of Color #99badf

%31
%17
%0
%13

Triadic Colors of #99badf

#99badf #df99ba #badf99

Analogous Colors of #99badf

#99badf #9b99df #99dddf

Monochromatic Colors of #99badf

#99badf

Complementary Color

#99badf #dfbe99

#99badf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99badf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99badf Color CSS Codes

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

#99badf Text Font Color

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

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


#99badf Background Color

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

This div background color is #99badf


#99badf Border Color

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

This div border color is #99badf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99badf


Comments

No comments written yet.

Please login to write comment.