Color Hex Logo

#44ddcc Color Hex

#44DDCC
(68,221,204)
0 Favorites   0 Comments

Color spaces of #44ddcc

RGB 68221204
HSL0.480.690.57
HSV173°69°87°
CMYK 0.690.000.08   0.13
XYZ39.139457.301566.1242
Yxy57.30150.24080.3525
Hunter Lab75.6978-40.17791.1969
CIE-Lab80.3489-43.3092-3.2488

#44ddcc color RGB value is (68,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01000100 11011101 11001100
Octal 104 335 314
Decimal 68 221 204
Hex 44 DD CC

RGB Percentages of Color #44ddcc

%13.79
%44.83
%41.38

CMYK Percentages of Color #44ddcc

%69
%0
%8
%13

Triadic Colors of #44ddcc

#44ddcc #cc44dd #ddcc44

Analogous Colors of #44ddcc

#44ddcc #44a2dd #44dd80

Monochromatic Colors of #44ddcc

#44ddcc

Complementary Color

#44ddcc #dd4455

#44ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#44ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#44ddcc Color CSS Codes

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

#44ddcc Text Font Color

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

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


#44ddcc Background Color

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

This div background color is #44ddcc


#44ddcc Border Color

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

This div border color is #44ddcc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(68,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 #44ddcc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #44ddcc


Comments

No comments written yet.

Please login to write comment.