Color Hex Logo

#33ddae Color Hex

#33DDAE
(51,221,174)
0 Favorites   0 Comments

Color spaces of #33ddae

RGB 51221174
HSL0.450.710.53
HSV163°77°87°
CMYK 0.770.000.21   0.13
XYZ34.861755.472748.9143
Yxy55.47270.25040.3984
Hunter Lab74.4800-46.789913.1976
CIE-Lab79.3128-52.921311.1571

#33ddae color RGB value is (51,221,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011101 10101110
Octal 63 335 256
Decimal 51 221 174
Hex 33 DD AE

RGB Percentages of Color #33ddae

%11.43
%49.55
%39.01

CMYK Percentages of Color #33ddae

%77
%0
%21
%13

Triadic Colors of #33ddae

#33ddae #ae33dd #ddae33

Analogous Colors of #33ddae

#33ddae #33b7dd #33dd59

Monochromatic Colors of #33ddae

#33ddae

Complementary Color

#33ddae #dd3362

#33ddae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ddae Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ddae Color CSS Codes

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

#33ddae Text Font Color

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

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


#33ddae Background Color

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

This div background color is #33ddae


#33ddae Border Color

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

This div border color is #33ddae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(51,221,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #33ddae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ddae


Comments

No comments written yet.

Please login to write comment.