Color Hex Logo

#99ffec Color Hex

#99FFEC
(153,255,236)
2 Favorites   0 Comments

Color spaces of #99ffec

RGB 153255236
HSL0.471.000.80
HSV169°40°100°
CMYK 0.400.000.07   0.00
XYZ64.037284.348492.2626
Yxy84.34840.26610.3505
Hunter Lab91.8414-36.26184.7270
CIE-Lab93.6016-34.0906-0.2887

#99ffec color RGB value is (153,255,236).

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

The process color (four color CMYK) of #99ffec color hex is 0.40, 0.00, 0.07, 0.00. Web safe color of #99ffec is #99ffff. Color #99ffec contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11111111 11101100
Octal 231 377 354
Decimal 153 255 236
Hex 99 FF EC

RGB Percentages of Color #99ffec

%23.76
%39.60
%36.65

CMYK Percentages of Color #99ffec

%40
%0
%7
%0

Triadic Colors of #99ffec

#99ffec #ec99ff #ffec99

Analogous Colors of #99ffec

#99ffec #99dfff #99ffb9

Monochromatic Colors of #99ffec

#99ffec

Complementary Color

#99ffec #ff99ac

#99ffec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99ffec Color Preview on White Background

Lorem ipsum dolor sit amet.

#99ffec Color CSS Codes

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

#99ffec Text Font Color

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

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


#99ffec Background Color

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

This div background color is #99ffec


#99ffec Border Color

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

This div border color is #99ffec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99ffec

Related Colors

#99ffec Color Palettes


Comments

No comments written yet.

Please login to write comment.