Color Hex Logo

#99bfca Color Hex

#99BFCA
(153,191,202)
0 Favorites   0 Comments

Color spaces of #99bfca

RGB 153191202
HSL0.540.320.70
HSV193°24°79°
CMYK 0.240.050.00   0.21
XYZ42.428348.298262.9634
Yxy48.29820.27610.3143
Hunter Lab69.4969-12.6442-5.0682
CIE-Lab75.0126-10.1676-9.7064

#99bfca color RGB value is (153,191,202).

#99bfca hex color red value is 153, green value is 191 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #99bfca hue: 0.54 , saturation: 0.32 and the lightness value of 99bfca is 0.70.

The process color (four color CMYK) of #99bfca color hex is 0.24, 0.05, 0.00, 0.21. Web safe color of #99bfca is #99cccc. Color #99bfca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 11001010
Octal 231 277 312
Decimal 153 191 202
Hex 99 BF CA

RGB Percentages of Color #99bfca

%28.02
%34.98
%37.00

CMYK Percentages of Color #99bfca

%24
%5
%0
%21

Triadic Colors of #99bfca

#99bfca #ca99bf #bfca99

Analogous Colors of #99bfca

#99bfca #99a7ca #99cabd

Monochromatic Colors of #99bfca

#99bfca

Complementary Color

#99bfca #caa499

#99bfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bfca Color CSS Codes

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

#99bfca Text Font Color

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

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


#99bfca Background Color

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

This div background color is #99bfca


#99bfca Border Color

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

This div border color is #99bfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bfca


Comments

No comments written yet.

Please login to write comment.