Color Hex Logo

#33aa99 Color Hex

#33AA99
(51,170,153)
1 Favorites   0 Comments

Color spaces of #33aa99

RGB 51170153
HSL0.480.540.43
HSV171°70°67°
CMYK 0.700.000.10   0.33
XYZ21.489731.753235.1333
Yxy31.75320.24320.3593
Hunter Lab56.3500-30.53952.4786
CIE-Lab63.1384-36.5108-0.7320

#33aa99 color RGB value is (51,170,153). This hex color code is also a web safe color which is equal to #3A9.

#33aa99 hex color red value is 51, green value is 170 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #33aa99 hue: 0.48 , saturation: 0.54 and the lightness value of 33aa99 is 0.43.

The process color (four color CMYK) of #33aa99 color hex is 0.70, 0.00, 0.10, 0.33. Web safe color of #33aa99 is #339999. Color #33aa99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101010 10011001
Octal 63 252 231
Decimal 51 170 153
Hex 33 AA 99

RGB Percentages of Color #33aa99

%13.64
%45.45
%40.91

CMYK Percentages of Color #33aa99

%70
%0
%10
%33

Triadic Colors of #33aa99

#33aa99 #9933aa #aa9933

Analogous Colors of #33aa99

#33aa99 #3380aa #33aa5e

Monochromatic Colors of #33aa99

#33aa99

Complementary Color

#33aa99 #aa3344

#33aa99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aa99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aa99 Color CSS Codes

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

#33aa99 Text Font Color

<p style="color:#33aa99">Text here</p>

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


#33aa99 Background Color

<div style="background-color:#33aa99">
Div content here</div>

This div background color is #33aa99


#33aa99 Border Color

<div style="border:3px solid #33aa99">
Div here</div>

This div border color is #33aa99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aa99

#33aa99 Color Palettes


Comments

No comments written yet.

Please login to write comment.