Color Hex Logo

#99bfdf Color Hex

#99BFDF
(153,191,223)
0 Favorites   0 Comments

Color spaces of #99bfdf

RGB 153191223
HSL0.580.520.74
HSV207°31°87°
CMYK 0.310.140.00   0.13
XYZ45.087049.361676.9634
Yxy49.36160.26300.2880
Hunter Lab70.2578-8.4012-15.7683
CIE-Lab75.6757-5.2052-20.0961

#99bfdf color RGB value is (153,191,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 11011111
Octal 231 277 337
Decimal 153 191 223
Hex 99 BF DF

RGB Percentages of Color #99bfdf

%26.98
%33.69
%39.33

CMYK Percentages of Color #99bfdf

%31
%14
%0
%13

Triadic Colors of #99bfdf

#99bfdf #df99bf #bfdf99

Analogous Colors of #99bfdf

#99bfdf #999cdf #99dfdc

Monochromatic Colors of #99bfdf

#99bfdf

Complementary Color

#99bfdf #dfb999

#99bfdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bfdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bfdf Color CSS Codes

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

#99bfdf Text Font Color

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

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


#99bfdf Background Color

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

This div background color is #99bfdf


#99bfdf Border Color

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

This div border color is #99bfdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bfdf


Comments

No comments written yet.

Please login to write comment.