Color Hex Logo

#99eece Color Hex

#99EECE
(153,238,206)
0 Favorites   0 Comments

Color spaces of #99eece

RGB 153238206
HSL0.440.710.77
HSV157°36°93°
CMYK 0.360.000.13   0.07
XYZ54.852072.377669.4718
Yxy72.37760.27890.3680
Hunter Lab85.0750-33.793711.1366
CIE-Lab88.1500-32.64027.3903

#99eece color RGB value is (153,238,206).

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

The process color (four color CMYK) of #99eece color hex is 0.36, 0.00, 0.13, 0.07. Web safe color of #99eece is #99ffcc. Color #99eece contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101110 11001110
Octal 231 356 316
Decimal 153 238 206
Hex 99 EE CE

RGB Percentages of Color #99eece

%25.63
%39.87
%34.51

CMYK Percentages of Color #99eece

%36
%0
%13
%7

Triadic Colors of #99eece

#99eece #ce99ee #eece99

Analogous Colors of #99eece

#99eece #99e4ee #99eea4

Monochromatic Colors of #99eece

#99eece

Complementary Color

#99eece #ee99b9

#99eece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eece Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eece Color CSS Codes

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

#99eece Text Font Color

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

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


#99eece Background Color

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

This div background color is #99eece


#99eece Border Color

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

This div border color is #99eece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eece


Comments

No comments written yet.

Please login to write comment.