Color Hex Logo

#99ebfa Color Hex

#99EBFA
(153,235,250)
0 Favorites   0 Comments

Color spaces of #99ebfa

RGB 153235250
HSL0.530.910.79
HSV189°39°98°
CMYK 0.390.060.00   0.02
XYZ60.100573.0911101.3828
Yxy73.09110.25620.3116
Hunter Lab85.4933-24.1306-10.4641
CIE-Lab88.4911-21.2355-15.1410

#99ebfa color RGB value is (153,235,250).

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

The process color (four color CMYK) of #99ebfa color hex is 0.39, 0.06, 0.00, 0.02. Web safe color of #99ebfa is #99ffff. Color #99ebfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101011 11111010
Octal 231 353 372
Decimal 153 235 250
Hex 99 EB FA

RGB Percentages of Color #99ebfa

%23.98
%36.83
%39.18

CMYK Percentages of Color #99ebfa

%39
%6
%0
%2

Triadic Colors of #99ebfa

#99ebfa #fa99eb #ebfa99

Analogous Colors of #99ebfa

#99ebfa #99bbfa #99fad9

Monochromatic Colors of #99ebfa

#99ebfa

Complementary Color

#99ebfa #faa899

#99ebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ebfa Color CSS Codes

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

#99ebfa Text Font Color

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

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


#99ebfa Background Color

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

This div background color is #99ebfa


#99ebfa Border Color

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

This div border color is #99ebfa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,235,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 #99ebfa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ebfa


Comments

No comments written yet.

Please login to write comment.