Color Hex Logo

#33aaaa Color Hex

#33AAAA
(51,170,170)
1 Favorites   0 Comments

Color spaces of #33aaaa

RGB 51170170
HSL0.500.540.43
HSV180°70°67°
CMYK 0.700.000.00   0.33
XYZ22.995732.355543.0635
Yxy32.35550.23370.3288
Hunter Lab56.8819-27.3809-5.0693
CIE-Lab63.6356-31.6986-9.5041

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101010 10101010
Octal 63 252 252
Decimal 51 170 170
Hex 33 AA AA

RGB Percentages of Color #33aaaa

%13.04
%43.48
%43.48

CMYK Percentages of Color #33aaaa

%70
%0
%0
%33

Triadic Colors of #33aaaa

#33aaaa #aa33aa #aaaa33

Analogous Colors of #33aaaa

#33aaaa #336faa #33aa6f

Monochromatic Colors of #33aaaa

#33aaaa

Complementary Color

#33aaaa #aa3333

#33aaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33aaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#33aaaa Color CSS Codes

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

#33aaaa Text Font Color

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

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


#33aaaa Background Color

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

This div background color is #33aaaa


#33aaaa Border Color

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

This div border color is #33aaaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,170,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 #33aaaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33aaaa


Comments

No comments written yet.

Please login to write comment.