Color Hex Logo

#99b3fe Color Hex

#99B3FE
(153,179,254)
0 Favorites   0 Comments

Color spaces of #99b3fe

RGB 153179254
HSL0.620.980.80
HSV225°40°100°
CMYK 0.400.300.00   0.00
XYZ47.146446.1683100.1924
Yxy46.16830.24360.2386
Hunter Lab67.94734.9477-39.8637
CIE-Lab73.65469.3555-39.9538

#99b3fe color RGB value is (153,179,254).

#99b3fe hex color red value is 153, green value is 179 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #99b3fe hue: 0.62 , saturation: 0.98 and the lightness value of 99b3fe is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 10110011 11111110
Octal 231 263 376
Decimal 153 179 254
Hex 99 B3 FE

RGB Percentages of Color #99b3fe

%26.11
%30.55
%43.34

CMYK Percentages of Color #99b3fe

%40
%30
%0
%0

Triadic Colors of #99b3fe

#99b3fe #fe99b3 #b3fe99

Analogous Colors of #99b3fe

#99b3fe #b299fe #99e6fe

Monochromatic Colors of #99b3fe

#99b3fe

Complementary Color

#99b3fe #fee499

#99b3fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99b3fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99b3fe Color CSS Codes

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

#99b3fe Text Font Color

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

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


#99b3fe Background Color

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

This div background color is #99b3fe


#99b3fe Border Color

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

This div border color is #99b3fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99b3fe


Comments

No comments written yet.

Please login to write comment.