Color Hex Logo

#99bfea Color Hex

#99BFEA
(153,191,234)
0 Favorites   0 Comments

Color spaces of #99bfea

RGB 153191234
HSL0.590.660.76
HSV212°35°92°
CMYK 0.350.180.00   0.08
XYZ46.619049.974485.0308
Yxy49.97440.25670.2752
Hunter Lab70.6926-5.9982-21.8307
CIE-Lab76.0535-2.4661-25.4640

#99bfea color RGB value is (153,191,234).

#99bfea hex color red value is 153, green value is 191 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #99bfea hue: 0.59 , saturation: 0.66 and the lightness value of 99bfea is 0.76.

The process color (four color CMYK) of #99bfea color hex is 0.35, 0.18, 0.00, 0.08. Web safe color of #99bfea is #99ccff. Color #99bfea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111111 11101010
Octal 231 277 352
Decimal 153 191 234
Hex 99 BF EA

RGB Percentages of Color #99bfea

%26.47
%33.04
%40.48

CMYK Percentages of Color #99bfea

%35
%18
%0
%8

Triadic Colors of #99bfea

#99bfea #ea99bf #bfea99

Analogous Colors of #99bfea

#99bfea #9c99ea #99e8ea

Monochromatic Colors of #99bfea

#99bfea

Complementary Color

#99bfea #eac499

#99bfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99bfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#99bfea Color CSS Codes

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

#99bfea Text Font Color

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

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


#99bfea Background Color

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

This div background color is #99bfea


#99bfea Border Color

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

This div border color is #99bfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99bfea

#99bfea Color Palettes


Comments

No comments written yet.

Please login to write comment.