Color Hex Logo

#33ddaa Color Hex

#33DDAA
(51,221,170)
1 Favorites   0 Comments

Color spaces of #33ddaa

RGB 51221170
HSL0.450.710.53
HSV162°77°87°
CMYK 0.770.000.23   0.13
XYZ34.477455.319046.8907
Yxy55.31900.25220.4047
Hunter Lab74.3767-47.415514.6844
CIE-Lab79.2247-53.861513.1473

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011101 10101010
Octal 63 335 252
Decimal 51 221 170
Hex 33 DD AA

RGB Percentages of Color #33ddaa

%11.54
%50.00
%38.46

CMYK Percentages of Color #33ddaa

%77
%0
%23
%13

Triadic Colors of #33ddaa

#33ddaa #aa33dd #ddaa33

Analogous Colors of #33ddaa

#33ddaa #33bbdd #33dd55

Monochromatic Colors of #33ddaa

#33ddaa

Complementary Color

#33ddaa #dd3366

#33ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ddaa Color CSS Codes

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

#33ddaa Text Font Color

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

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


#33ddaa Background Color

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

This div background color is #33ddaa


#33ddaa Border Color

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

This div border color is #33ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ddaa

#33ddaa Color Palettes


Comments

No comments written yet.

Please login to write comment.