Color Hex Logo

#99ecee Color Hex

#99ECEE
(153,236,238)
0 Favorites   0 Comments

Color spaces of #99ecee

RGB 153236238
HSL0.500.710.77
HSV181°36°93°
CMYK 0.360.010.00   0.07
XYZ58.564972.936391.8803
Yxy72.93630.26220.3265
Hunter Lab85.4028-27.0485-4.0050
CIE-Lab88.4173-24.6040-8.9653

#99ecee color RGB value is (153,236,238).

#99ecee hex color red value is 153, green value is 236 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #99ecee hue: 0.50 , saturation: 0.71 and the lightness value of 99ecee is 0.77.

The process color (four color CMYK) of #99ecee color hex is 0.36, 0.01, 0.00, 0.07. Web safe color of #99ecee is #99ffff. Color #99ecee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101100 11101110
Octal 231 354 356
Decimal 153 236 238
Hex 99 EC EE

RGB Percentages of Color #99ecee

%24.40
%37.64
%37.96

CMYK Percentages of Color #99ecee

%36
%1
%0
%7

Triadic Colors of #99ecee

#99ecee #ee99ec #ecee99

Analogous Colors of #99ecee

#99ecee #99c2ee #99eec6

Monochromatic Colors of #99ecee

#99ecee

Complementary Color

#99ecee #ee9b99

#99ecee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ecee Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ecee Color CSS Codes

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

#99ecee Text Font Color

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

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


#99ecee Background Color

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

This div background color is #99ecee


#99ecee Border Color

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

This div border color is #99ecee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ecee


Comments

No comments written yet.

Please login to write comment.