Color Hex Logo

#99beaa Color Hex

#99BEAA
(153,190,170)
0 Favorites   0 Comments

Color spaces of #99beaa

RGB 153190170
HSL0.410.220.67
HSV148°19°75°
CMYK 0.190.000.11   0.25
XYZ38.806046.501544.9606
Yxy46.50150.29790.3570
Hunter Lab68.1920-17.75718.6431
CIE-Lab73.8698-16.44126.0161

#99beaa color RGB value is (153,190,170).

#99beaa hex color red value is 153, green value is 190 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #99beaa hue: 0.41 , saturation: 0.22 and the lightness value of 99beaa is 0.67.

The process color (four color CMYK) of #99beaa color hex is 0.19, 0.00, 0.11, 0.25. Web safe color of #99beaa is #99cc99. Color #99beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10111110 10101010
Octal 231 276 252
Decimal 153 190 170
Hex 99 BE AA

RGB Percentages of Color #99beaa

%29.82
%37.04
%33.14

CMYK Percentages of Color #99beaa

%19
%0
%11
%25

Triadic Colors of #99beaa

#99beaa #aa99be #beaa99

Analogous Colors of #99beaa

#99beaa #99bebd #9bbe99

Monochromatic Colors of #99beaa

#99beaa

Complementary Color

#99beaa #be99ad

#99beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#99beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#99beaa Color CSS Codes

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

#99beaa Text Font Color

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

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


#99beaa Background Color

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

This div background color is #99beaa


#99beaa Border Color

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

This div border color is #99beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #99beaa


Comments

No comments written yet.

Please login to write comment.