Color Hex Logo

#33dbaa Color Hex

#33DBAA
(51,219,170)
0 Favorites   0 Comments

Color spaces of #33dbaa

RGB 51219170
HSL0.450.700.53
HSV163°77°86°
CMYK 0.770.000.22   0.14
XYZ33.952554.269146.7157
Yxy54.26910.25160.4022
Hunter Lab73.6676-46.649713.9690
CIE-Lab78.6184-53.067112.2901

#33dbaa color RGB value is (51,219,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011011 10101010
Octal 63 333 252
Decimal 51 219 170
Hex 33 DB AA

RGB Percentages of Color #33dbaa

%11.59
%49.77
%38.64

CMYK Percentages of Color #33dbaa

%77
%0
%22
%14

Triadic Colors of #33dbaa

#33dbaa #aa33db #dbaa33

Analogous Colors of #33dbaa

#33dbaa #33b8db #33db56

Monochromatic Colors of #33dbaa

#33dbaa

Complementary Color

#33dbaa #db3364

#33dbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dbaa Color CSS Codes

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

#33dbaa Text Font Color

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

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


#33dbaa Background Color

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

This div background color is #33dbaa


#33dbaa Border Color

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

This div border color is #33dbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dbaa


Comments

No comments written yet.

Please login to write comment.