Color Hex Logo

#99bcff Color Hex

#99BCFF
(153,188,255)
0 Favorites   0 Comments

Color spaces of #99bcff

RGB 153188255
HSL0.611.000.80
HSV219°40°100°
CMYK 0.400.260.00   0.00
XYZ49.170149.9587101.6592
Yxy49.95870.24490.2488
Hunter Lab70.68150.4823-35.7981
CIE-Lab76.04394.6407-36.7791

#99bcff color RGB value is (153,188,255).

#99bcff hex color red value is 153, green value is 188 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #99bcff hue: 0.61 , saturation: 1.00 and the lightness value of 99bcff is 0.80.

The process color (four color CMYK) of #99bcff color hex is 0.40, 0.26, 0.00, 0.00. Web safe color of #99bcff is #99ccff. Color #99bcff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111100 11111111
Octal 231 274 377
Decimal 153 188 255
Hex 99 BC FF

RGB Percentages of Color #99bcff

%25.67
%31.54
%42.79

CMYK Percentages of Color #99bcff

%40
%26
%0
%0

Triadic Colors of #99bcff

#99bcff #ff99bc #bcff99

Analogous Colors of #99bcff

#99bcff #a999ff #99efff

Monochromatic Colors of #99bcff

#99bcff

Complementary Color

#99bcff #ffdc99

#99bcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bcff Color CSS Codes

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

#99bcff Text Font Color

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

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


#99bcff Background Color

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

This div background color is #99bcff


#99bcff Border Color

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

This div border color is #99bcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bcff

Related Colors


Comments

No comments written yet.

Please login to write comment.