Color Hex Logo

#99e6cf Color Hex

#99E6CF
(153,230,207)
0 Favorites   0 Comments

Color spaces of #99e6cf

RGB 153230207
HSL0.450.610.75
HSV162°33°90°
CMYK 0.330.000.10   0.10
XYZ52.696267.870969.3545
Yxy67.87090.27750.3574
Hunter Lab82.3838-29.99547.7556
CIE-Lab85.9419-28.64883.6801

#99e6cf color RGB value is (153,230,207).

#99e6cf hex color red value is 153, green value is 230 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #99e6cf hue: 0.45 , saturation: 0.61 and the lightness value of 99e6cf is 0.75.

The process color (four color CMYK) of #99e6cf color hex is 0.33, 0.00, 0.10, 0.10. Web safe color of #99e6cf is #99ffcc. Color #99e6cf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11100110 11001111
Octal 231 346 317
Decimal 153 230 207
Hex 99 E6 CF

RGB Percentages of Color #99e6cf

%25.93
%38.98
%35.08

CMYK Percentages of Color #99e6cf

%33
%0
%10
%10

Triadic Colors of #99e6cf

#99e6cf #cf99e6 #e6cf99

Analogous Colors of #99e6cf

#99e6cf #99d7e6 #99e6a9

Monochromatic Colors of #99e6cf

#99e6cf

Complementary Color

#99e6cf #e699b0

#99e6cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99e6cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#99e6cf Color CSS Codes

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

#99e6cf Text Font Color

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

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


#99e6cf Background Color

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

This div background color is #99e6cf


#99e6cf Border Color

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

This div border color is #99e6cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99e6cf


Comments

No comments written yet.

Please login to write comment.