Color Hex Logo

#99cfaa Color Hex

#99CFAA
(153,207,170)
0 Favorites   0 Comments

Color spaces of #99cfaa

RGB 153207170
HSL0.390.360.71
HSV139°26°81°
CMYK 0.260.000.18   0.19
XYZ42.705454.300246.2604
Yxy54.30020.29810.3790
Hunter Lab73.6887-25.507614.3609
CIE-Lab78.6365-24.957512.8130

#99cfaa color RGB value is (153,207,170).

#99cfaa hex color red value is 153, green value is 207 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #99cfaa hue: 0.39 , saturation: 0.36 and the lightness value of 99cfaa is 0.71.

The process color (four color CMYK) of #99cfaa color hex is 0.26, 0.00, 0.18, 0.19. Web safe color of #99cfaa is #99cc99. Color #99cfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 11001111 10101010
Octal 231 317 252
Decimal 153 207 170
Hex 99 CF AA

RGB Percentages of Color #99cfaa

%28.87
%39.06
%32.08

CMYK Percentages of Color #99cfaa

%26
%0
%18
%19

Triadic Colors of #99cfaa

#99cfaa #aa99cf #cfaa99

Analogous Colors of #99cfaa

#99cfaa #99cfc5 #a3cf99

Monochromatic Colors of #99cfaa

#99cfaa

Complementary Color

#99cfaa #cf99be

#99cfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99cfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99cfaa Color CSS Codes

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

#99cfaa Text Font Color

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

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


#99cfaa Background Color

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

This div background color is #99cfaa


#99cfaa Border Color

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

This div border color is #99cfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99cfaa


Comments

No comments written yet.

Please login to write comment.