Color Hex Logo

#99e6eb Color Hex

#99E6EB
(153,230,235)
0 Favorites   0 Comments

Color spaces of #99e6eb

RGB 153230235
HSL0.510.670.76
HSV184°35°92°
CMYK 0.350.020.00   0.08
XYZ56.429169.364189.0117
Yxy69.36410.26270.3229
Hunter Lab83.2851-24.8078-5.0671
CIE-Lab86.6840-22.3692-9.9661

#99e6eb color RGB value is (153,230,235).

#99e6eb hex color red value is 153, green value is 230 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #99e6eb hue: 0.51 , saturation: 0.67 and the lightness value of 99e6eb is 0.76.

The process color (four color CMYK) of #99e6eb color hex is 0.35, 0.02, 0.00, 0.08. Web safe color of #99e6eb is #99ffff. Color #99e6eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11100110 11101011
Octal 231 346 353
Decimal 153 230 235
Hex 99 E6 EB

RGB Percentages of Color #99e6eb

%24.76
%37.22
%38.03

CMYK Percentages of Color #99e6eb

%35
%2
%0
%8

Triadic Colors of #99e6eb

#99e6eb #eb99e6 #e6eb99

Analogous Colors of #99e6eb

#99e6eb #99bdeb #99ebc7

Monochromatic Colors of #99e6eb

#99e6eb

Complementary Color

#99e6eb #eb9e99

#99e6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99e6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#99e6eb Color CSS Codes

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

#99e6eb Text Font Color

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

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


#99e6eb Background Color

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

This div background color is #99e6eb


#99e6eb Border Color

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

This div border color is #99e6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99e6eb


Comments

No comments written yet.

Please login to write comment.