Color Hex Logo

#99efcd Color Hex

#99EFCD
(153,239,205)
0 Favorites   0 Comments

Color spaces of #99efcd

RGB 153239205
HSL0.430.730.77
HSV156°36°94°
CMYK 0.360.000.14   0.06
XYZ55.022872.913168.9312
Yxy72.91310.27950.3704
Hunter Lab85.3892-34.409811.9100
CIE-Lab88.4063-33.31298.2798

#99efcd color RGB value is (153,239,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 11101111 11001101
Octal 231 357 315
Decimal 153 239 205
Hex 99 EF CD

RGB Percentages of Color #99efcd

%25.63
%40.03
%34.34

CMYK Percentages of Color #99efcd

%36
%0
%14
%6

Triadic Colors of #99efcd

#99efcd #cd99ef #efcd99

Analogous Colors of #99efcd

#99efcd #99e6ef #99efa2

Monochromatic Colors of #99efcd

#99efcd

Complementary Color

#99efcd #ef99bb

#99efcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99efcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#99efcd Color CSS Codes

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

#99efcd Text Font Color

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

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


#99efcd Background Color

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

This div background color is #99efcd


#99efcd Border Color

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

This div border color is #99efcd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,239,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 #99efcd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99efcd


Comments

No comments written yet.

Please login to write comment.