Color Hex Logo

#99bfde Color Hex

#99BFDE
(153,191,222)
0 Favorites   0 Comments

Color spaces of #99bfde

RGB 153191222
HSL0.570.510.74
HSV207°31°87°
CMYK 0.310.140.00   0.13
XYZ44.952549.307876.2554
Yxy49.30780.26360.2892
Hunter Lab70.2195-8.6136-15.2328
CIE-Lab75.6424-5.4497-19.6056

#99bfde color RGB value is (153,191,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 11011110
Octal 231 277 336
Decimal 153 191 222
Hex 99 BF DE

RGB Percentages of Color #99bfde

%27.03
%33.75
%39.22

CMYK Percentages of Color #99bfde

%31
%14
%0
%13

Triadic Colors of #99bfde

#99bfde #de99bf #bfde99

Analogous Colors of #99bfde

#99bfde #999dde #99dedb

Monochromatic Colors of #99bfde

#99bfde

Complementary Color

#99bfde #deb899

#99bfde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bfde Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bfde Color CSS Codes

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

#99bfde Text Font Color

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

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


#99bfde Background Color

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

This div background color is #99bfde


#99bfde Border Color

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

This div border color is #99bfde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bfde


Comments

No comments written yet.

Please login to write comment.