Color Hex Logo

#33aa76 Color Hex

#33AA76
(51,170,118)
0 Favorites   0 Comments

Color spaces of #33aa76

RGB 51170118
HSL0.430.540.43
HSV154°70°67°
CMYK 0.700.000.31   0.33
XYZ19.010030.761322.0751
Yxy30.76130.26460.4282
Hunter Lab55.4629-35.878815.2257
CIE-Lab62.3056-45.119317.5170

#33aa76 color RGB value is (51,170,118).

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

The process color (four color CMYK) of #33aa76 color hex is 0.70, 0.00, 0.31, 0.33. Web safe color of #33aa76 is #339966. Color #33aa76 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101010 01110110
Octal 63 252 166
Decimal 51 170 118
Hex 33 AA 76

RGB Percentages of Color #33aa76

%15.04
%50.15
%34.81

CMYK Percentages of Color #33aa76

%70
%0
%31
%33

Triadic Colors of #33aa76

#33aa76 #7633aa #aa7633

Analogous Colors of #33aa76

#33aa76 #33a3aa #33aa3b

Monochromatic Colors of #33aa76

#33aa76

Complementary Color

#33aa76 #aa3367

#33aa76 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aa76 Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aa76 Color CSS Codes

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

#33aa76 Text Font Color

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

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


#33aa76 Background Color

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

This div background color is #33aa76


#33aa76 Border Color

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

This div border color is #33aa76


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aa76


Comments

No comments written yet.

Please login to write comment.