Color Hex Logo

#33ddcc Color Hex

#33DDCC
(51,221,204)
0 Favorites   0 Comments

Color spaces of #33ddcc

RGB 51221204
HSL0.480.710.53
HSV174°77°87°
CMYK 0.770.000.08   0.13
XYZ38.120856.776366.0765
Yxy56.77630.23680.3527
Hunter Lab75.3500-41.55660.7520
CIE-Lab80.0536-45.2919-3.7171

#33ddcc color RGB value is (51,221,204). This hex color code is also a web safe color which is equal to #3DC.

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

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

Base Numbers

BaseRedGreenBlue
Binary 00110011 11011101 11001100
Octal 63 335 314
Decimal 51 221 204
Hex 33 DD CC

RGB Percentages of Color #33ddcc

%10.71
%46.43
%42.86

CMYK Percentages of Color #33ddcc

%77
%0
%8
%13

Triadic Colors of #33ddcc

#33ddcc #cc33dd #ddcc33

Analogous Colors of #33ddcc

#33ddcc #3399dd #33dd77

Monochromatic Colors of #33ddcc

#33ddcc

Complementary Color

#33ddcc #dd3344

#33ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#33ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#33ddcc Color CSS Codes

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

#33ddcc Text Font Color

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

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


#33ddcc Background Color

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

This div background color is #33ddcc


#33ddcc Border Color

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

This div border color is #33ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #33ddcc


Comments

No comments written yet.

Please login to write comment.