Color Hex Logo

#99eecd Color Hex

#99EECD
(153,238,205)
0 Favorites   0 Comments

Color spaces of #99eecd

RGB 153238205
HSL0.440.710.77
HSV157°36°93°
CMYK 0.360.000.14   0.07
XYZ54.730872.329268.8339
Yxy72.32920.27940.3692
Hunter Lab85.0466-33.959811.5452
CIE-Lab88.1268-32.84697.8789

#99eecd color RGB value is (153,238,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101110 11001101
Octal 231 356 315
Decimal 153 238 205
Hex 99 EE CD

RGB Percentages of Color #99eecd

%25.67
%39.93
%34.40

CMYK Percentages of Color #99eecd

%36
%0
%14
%7

Triadic Colors of #99eecd

#99eecd #cd99ee #eecd99

Analogous Colors of #99eecd

#99eecd #99e5ee #99eea3

Monochromatic Colors of #99eecd

#99eecd

Complementary Color

#99eecd #ee99ba

#99eecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99eecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99eecd Color CSS Codes

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

#99eecd Text Font Color

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

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


#99eecd Background Color

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

This div background color is #99eecd


#99eecd Border Color

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

This div border color is #99eecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99eecd

#99eecd Color Palettes


Comments

No comments written yet.

Please login to write comment.