Color Hex Logo

#39ddcc Color Hex

#39DDCC
(57,221,204)
0 Favorites   0 Comments

Color spaces of #39ddcc

RGB 57221204
HSL0.480.710.55
HSV174°74°87°
CMYK 0.740.000.08   0.13
XYZ38.442956.942466.0916
Yxy56.94240.23810.3526
Hunter Lab75.4602-41.11920.8931
CIE-Lab80.1472-44.6596-3.5687

#39ddcc color RGB value is (57,221,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11011101 11001100
Octal 71 335 314
Decimal 57 221 204
Hex 39 DD CC

RGB Percentages of Color #39ddcc

%11.83
%45.85
%42.32

CMYK Percentages of Color #39ddcc

%74
%0
%8
%13

Triadic Colors of #39ddcc

#39ddcc #cc39dd #ddcc39

Analogous Colors of #39ddcc

#39ddcc #399cdd #39dd7a

Monochromatic Colors of #39ddcc

#39ddcc

Complementary Color

#39ddcc #dd394a

#39ddcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39ddcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#39ddcc Color CSS Codes

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

#39ddcc Text Font Color

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

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


#39ddcc Background Color

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

This div background color is #39ddcc


#39ddcc Border Color

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

This div border color is #39ddcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39ddcc


Comments

No comments written yet.

Please login to write comment.