Color Hex Logo

#99e6fe Color Hex

#99E6FE
(153,230,254)
0 Favorites   0 Comments

Color spaces of #99e6fe

RGB 153230254
HSL0.540.980.80
HSV194°40°100°
CMYK 0.400.090.00   0.00
XYZ59.323170.5217104.2513
Yxy70.52170.25340.3013
Hunter Lab83.9772-20.8643-14.8200
CIE-Lab87.2521-17.7532-19.1021

#99e6fe color RGB value is (153,230,254).

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

The process color (four color CMYK) of #99e6fe color hex is 0.40, 0.09, 0.00, 0.00. Web safe color of #99e6fe is #99ffff. Color #99e6fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11100110 11111110
Octal 231 346 376
Decimal 153 230 254
Hex 99 E6 FE

RGB Percentages of Color #99e6fe

%24.02
%36.11
%39.87

CMYK Percentages of Color #99e6fe

%40
%9
%0
%0

Triadic Colors of #99e6fe

#99e6fe #fe99e6 #e6fe99

Analogous Colors of #99e6fe

#99e6fe #99b4fe #99fee4

Monochromatic Colors of #99e6fe

#99e6fe

Complementary Color

#99e6fe #feb199

#99e6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99e6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#99e6fe Color CSS Codes

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

#99e6fe Text Font Color

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

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


#99e6fe Background Color

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

This div background color is #99e6fe


#99e6fe Border Color

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

This div border color is #99e6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99e6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.