Color Hex Logo

#99bfda Color Hex

#99BFDA
(153,191,218)
0 Favorites   0 Comments

Color spaces of #99bfda

RGB 153191218
HSL0.570.470.73
HSV205°30°85°
CMYK 0.300.120.00   0.15
XYZ44.422649.095973.4648
Yxy49.09590.26600.2940
Hunter Lab70.0685-9.4529-13.1160
CIE-Lab75.5110-6.4198-17.6387

#99bfda color RGB value is (153,191,218).

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

The process color (four color CMYK) of #99bfda color hex is 0.30, 0.12, 0.00, 0.15. Web safe color of #99bfda is #99cccc. Color #99bfda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 11011010
Octal 231 277 332
Decimal 153 191 218
Hex 99 BF DA

RGB Percentages of Color #99bfda

%27.22
%33.99
%38.79

CMYK Percentages of Color #99bfda

%30
%12
%0
%15

Triadic Colors of #99bfda

#99bfda #da99bf #bfda99

Analogous Colors of #99bfda

#99bfda #999fda #99dad5

Monochromatic Colors of #99bfda

#99bfda

Complementary Color

#99bfda #dab499

#99bfda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bfda Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bfda Color CSS Codes

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

#99bfda Text Font Color

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

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


#99bfda Background Color

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

This div background color is #99bfda


#99bfda Border Color

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

This div border color is #99bfda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bfda


Comments

No comments written yet.

Please login to write comment.