Color Hex Logo

#33acaa Color Hex

#33ACAA
(51,172,170)
0 Favorites   0 Comments

Color spaces of #33acaa

RGB 51172170
HSL0.500.540.44
HSV179°70°67°
CMYK 0.700.000.01   0.33
XYZ23.373533.111143.1894
Yxy33.11110.23450.3322
Hunter Lab57.5422-28.1927-4.2216
CIE-Lab64.2508-32.6532-8.5864

#33acaa color RGB value is (51,172,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 10101100 10101010
Octal 63 254 252
Decimal 51 172 170
Hex 33 AC AA

RGB Percentages of Color #33acaa

%12.98
%43.77
%43.26

CMYK Percentages of Color #33acaa

%70
%0
%1
%33

Triadic Colors of #33acaa

#33acaa #aa33ac #acaa33

Analogous Colors of #33acaa

#33acaa #3372ac #33ac6e

Monochromatic Colors of #33acaa

#33acaa

Complementary Color

#33acaa #ac3335

#33acaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33acaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#33acaa Color CSS Codes

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

#33acaa Text Font Color

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

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


#33acaa Background Color

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

This div background color is #33acaa


#33acaa Border Color

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

This div border color is #33acaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33acaa


Comments

No comments written yet.

Please login to write comment.