Color Hex Logo

#99bfdd Color Hex

#99BFDD
(153,191,221)
0 Favorites   0 Comments

Color spaces of #99bfdd

RGB 153191221
HSL0.570.500.73
HSV206°31°87°
CMYK 0.310.140.00   0.13
XYZ44.818849.254475.5515
Yxy49.25440.26420.2904
Hunter Lab70.1815-8.8252-14.6996
CIE-Lab75.6093-5.6937-19.1145

#99bfdd color RGB value is (153,191,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 11011101
Octal 231 277 335
Decimal 153 191 221
Hex 99 BF DD

RGB Percentages of Color #99bfdd

%27.08
%33.81
%39.12

CMYK Percentages of Color #99bfdd

%31
%14
%0
%13

Triadic Colors of #99bfdd

#99bfdd #dd99bf #bfdd99

Analogous Colors of #99bfdd

#99bfdd #999ddd #99ddd9

Monochromatic Colors of #99bfdd

#99bfdd

Complementary Color

#99bfdd #ddb799

#99bfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bfdd Color CSS Codes

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

#99bfdd Text Font Color

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

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


#99bfdd Background Color

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

This div background color is #99bfdd


#99bfdd Border Color

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

This div border color is #99bfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bfdd


Comments

No comments written yet.

Please login to write comment.