Color Hex Logo

#33cddd Color Hex

#33CDDD
(51,205,221)
0 Favorites   0 Comments

Color spaces of #33cddd

RGB 51205221
HSL0.520.710.53
HSV186°77°87°
CMYK 0.770.070.00   0.13
XYZ36.247749.586976.0674
Yxy49.58690.22390.3063
Hunter Lab70.4180-31.3484-14.7541
CIE-Lab75.8150-33.1630-19.1620

#33cddd color RGB value is (51,205,221).

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

The process color (four color CMYK) of #33cddd color hex is 0.77, 0.07, 0.00, 0.13. Web safe color of #33cddd is #33cccc. Color #33cddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00110011 11001101 11011101
Octal 63 315 335
Decimal 51 205 221
Hex 33 CD DD

RGB Percentages of Color #33cddd

%10.69
%42.98
%46.33

CMYK Percentages of Color #33cddd

%77
%7
%0
%13

Triadic Colors of #33cddd

#33cddd #dd33cd #cddd33

Analogous Colors of #33cddd

#33cddd #3378dd #33dd98

Monochromatic Colors of #33cddd

#33cddd

Complementary Color

#33cddd #dd4333

#33cddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33cddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#33cddd Color CSS Codes

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

#33cddd Text Font Color

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

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


#33cddd Background Color

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

This div background color is #33cddd


#33cddd Border Color

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

This div border color is #33cddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33cddd


Comments

No comments written yet.

Please login to write comment.