Color Hex Logo

#99cbfa Color Hex

#99CBFA
(153,203,250)
0 Favorites   0 Comments

Color spaces of #99cbfa

RGB 153203250
HSL0.580.910.79
HSV209°39°98°
CMYK 0.390.190.00   0.02
XYZ51.748156.386398.5987
Yxy56.38630.25030.2727
Hunter Lab75.0908-8.3974-25.2877
CIE-Lab79.8332-4.7966-28.2642

#99cbfa color RGB value is (153,203,250).

#99cbfa hex color red value is 153, green value is 203 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #99cbfa hue: 0.58 , saturation: 0.91 and the lightness value of 99cbfa is 0.79.

The process color (four color CMYK) of #99cbfa color hex is 0.39, 0.19, 0.00, 0.02. Web safe color of #99cbfa is #99ccff. Color #99cbfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001011 11111010
Octal 231 313 372
Decimal 153 203 250
Hex 99 CB FA

RGB Percentages of Color #99cbfa

%25.25
%33.50
%41.25

CMYK Percentages of Color #99cbfa

%39
%19
%0
%2

Triadic Colors of #99cbfa

#99cbfa #fa99cb #cbfa99

Analogous Colors of #99cbfa

#99cbfa #999bfa #99faf9

Monochromatic Colors of #99cbfa

#99cbfa

Complementary Color

#99cbfa #fac899

#99cbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cbfa Color CSS Codes

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

#99cbfa Text Font Color

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

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


#99cbfa Background Color

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

This div background color is #99cbfa


#99cbfa Border Color

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

This div border color is #99cbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cbfa


Comments

No comments written yet.

Please login to write comment.