Color Hex Logo

#33ddca Color Hex

#33DDCA
(51,221,202)
0 Favorites   0 Comments

Color spaces of #33ddca

RGB 51221202
HSL0.480.710.53
HSV173°77°87°
CMYK 0.770.000.09   0.13
XYZ37.882456.681064.8210
Yxy56.68100.23770.3556
Hunter Lab75.2868-41.93521.6528
CIE-Lab79.9998-45.8303-2.7305

#33ddca color RGB value is (51,221,202).

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

The process color (four color CMYK) of #33ddca color hex is 0.77, 0.00, 0.09, 0.13. Web safe color of #33ddca is #33cccc. Color #33ddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011101 11001010
Octal 63 335 312
Decimal 51 221 202
Hex 33 DD CA

RGB Percentages of Color #33ddca

%10.76
%46.62
%42.62

CMYK Percentages of Color #33ddca

%77
%0
%9
%13

Triadic Colors of #33ddca

#33ddca #ca33dd #ddca33

Analogous Colors of #33ddca

#33ddca #339bdd #33dd75

Monochromatic Colors of #33ddca

#33ddca

Complementary Color

#33ddca #dd3346

#33ddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ddca Color CSS Codes

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

#33ddca Text Font Color

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

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


#33ddca Background Color

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

This div background color is #33ddca


#33ddca Border Color

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

This div border color is #33ddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ddca


Comments

No comments written yet.

Please login to write comment.