Color Hex Logo

#99abfc Color Hex

#99ABFC
(153,171,252)
0 Favorites   0 Comments

Color spaces of #99abfc

RGB 153171252
HSL0.640.940.79
HSV229°39°99°
CMYK 0.390.320.00   0.01
XYZ45.270542.926497.9951
Yxy42.92640.24310.2305
Hunter Lab65.51828.6795-42.8168
CIE-Lab71.505013.3005-42.2275

#99abfc color RGB value is (153,171,252).

#99abfc hex color red value is 153, green value is 171 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #99abfc hue: 0.64 , saturation: 0.94 and the lightness value of 99abfc is 0.79.

The process color (four color CMYK) of #99abfc color hex is 0.39, 0.32, 0.00, 0.01. Web safe color of #99abfc is #9999ff. Color #99abfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10101011 11111100
Octal 231 253 374
Decimal 153 171 252
Hex 99 AB FC

RGB Percentages of Color #99abfc

%26.56
%29.69
%43.75

CMYK Percentages of Color #99abfc

%39
%32
%0
%1

Triadic Colors of #99abfc

#99abfc #fc99ab #abfc99

Analogous Colors of #99abfc

#99abfc #b999fc #99ddfc

Monochromatic Colors of #99abfc

#99abfc

Complementary Color

#99abfc #fcea99

#99abfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99abfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#99abfc Color CSS Codes

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

#99abfc Text Font Color

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

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


#99abfc Background Color

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

This div background color is #99abfc


#99abfc Border Color

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

This div border color is #99abfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99abfc


Comments

No comments written yet.

Please login to write comment.