Color Hex Logo

#33dcaa Color Hex

#33DCAA
(51,220,170)
0 Favorites   0 Comments

Color spaces of #33dcaa

RGB 51220170
HSL0.450.710.53
HSV162°77°86°
CMYK 0.770.000.23   0.14
XYZ34.214154.792546.8029
Yxy54.79250.25190.4035
Hunter Lab74.0220-47.032914.3272
CIE-Lab78.9216-53.465212.7191

#33dcaa color RGB value is (51,220,170).

#33dcaa hex color red value is 51, green value is 220 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #33dcaa hue: 0.45 , saturation: 0.71 and the lightness value of 33dcaa is 0.53.

The process color (four color CMYK) of #33dcaa color hex is 0.77, 0.00, 0.23, 0.14. Web safe color of #33dcaa is #33cc99. Color #33dcaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011100 10101010
Octal 63 334 252
Decimal 51 220 170
Hex 33 DC AA

RGB Percentages of Color #33dcaa

%11.56
%49.89
%38.55

CMYK Percentages of Color #33dcaa

%77
%0
%23
%14

Triadic Colors of #33dcaa

#33dcaa #aa33dc #dcaa33

Analogous Colors of #33dcaa

#33dcaa #33badc #33dc56

Monochromatic Colors of #33dcaa

#33dcaa

Complementary Color

#33dcaa #dc3365

#33dcaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dcaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dcaa Color CSS Codes

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

#33dcaa Text Font Color

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

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


#33dcaa Background Color

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

This div background color is #33dcaa


#33dcaa Border Color

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

This div border color is #33dcaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dcaa


Comments

No comments written yet.

Please login to write comment.