Color Hex Logo

#99e0ff Color Hex

#99E0FF
(153,224,255)
1 Favorites   0 Comments

Color spaces of #99e0ff

RGB 153224255
HSL0.551.000.80
HSV198°40°100°
CMYK 0.400.120.00   0.00
XYZ57.842567.3036104.5500
Yxy67.30360.25180.2930
Hunter Lab82.0388-17.7141-18.1319
CIE-Lab85.6570-14.4628-22.0403

#99e0ff color RGB value is (153,224,255).

#99e0ff hex color red value is 153, green value is 224 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #99e0ff hue: 0.55 , saturation: 1.00 and the lightness value of 99e0ff is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11100000 11111111
Octal 231 340 377
Decimal 153 224 255
Hex 99 E0 FF

RGB Percentages of Color #99e0ff

%24.21
%35.44
%40.35

CMYK Percentages of Color #99e0ff

%40
%12
%0
%0

Triadic Colors of #99e0ff

#99e0ff #ff99e0 #e0ff99

Analogous Colors of #99e0ff

#99e0ff #99adff #99ffeb

Monochromatic Colors of #99e0ff

#99e0ff

Complementary Color

#99e0ff #ffb899

#99e0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99e0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#99e0ff Color CSS Codes

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

#99e0ff Text Font Color

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

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


#99e0ff Background Color

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

This div background color is #99e0ff


#99e0ff Border Color

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

This div border color is #99e0ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99e0ff


Comments

No comments written yet.

Please login to write comment.