Color Hex Logo

#33dfdd Color Hex

#33DFDD
(51,223,221)
0 Favorites   0 Comments

Color spaces of #33dfdd

RGB 51223221
HSL0.500.730.54
HSV179°77°87°
CMYK 0.770.000.01   0.13
XYZ40.804158.699677.5862
Yxy58.69960.23040.3315
Hunter Lab76.6157-39.0116-6.4101
CIE-Lab81.1262-41.4589-11.1781

#33dfdd color RGB value is (51,223,221).

#33dfdd hex color red value is 51, green value is 223 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #33dfdd hue: 0.50 , saturation: 0.73 and the lightness value of 33dfdd is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011111 11011101
Octal 63 337 335
Decimal 51 223 221
Hex 33 DF DD

RGB Percentages of Color #33dfdd

%10.30
%45.05
%44.65

CMYK Percentages of Color #33dfdd

%77
%0
%1
%13

Triadic Colors of #33dfdd

#33dfdd #dd33df #dfdd33

Analogous Colors of #33dfdd

#33dfdd #338bdf #33df87

Monochromatic Colors of #33dfdd

#33dfdd

Complementary Color

#33dfdd #df3335

#33dfdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33dfdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33dfdd Color CSS Codes

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

#33dfdd Text Font Color

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

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


#33dfdd Background Color

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

This div background color is #33dfdd


#33dfdd Border Color

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

This div border color is #33dfdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33dfdd


Comments

No comments written yet.

Please login to write comment.