Color Hex Logo

#39dcdb Color Hex

#39DCDB
(57,220,219)
0 Favorites   0 Comments

Color spaces of #39dcdb

RGB 57220219
HSL0.500.700.54
HSV180°74°86°
CMYK 0.740.000.00   0.14
XYZ40.066757.170775.9412
Yxy57.17070.23140.3301
Hunter Lab75.6113-37.7320-6.6208
CIE-Lab80.2755-40.0781-11.3732

#39dcdb color RGB value is (57,220,219).

#39dcdb hex color red value is 57, green value is 220 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #39dcdb hue: 0.50 , saturation: 0.70 and the lightness value of 39dcdb is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11011100 11011011
Octal 71 334 333
Decimal 57 220 219
Hex 39 DC DB

RGB Percentages of Color #39dcdb

%11.49
%44.35
%44.15

CMYK Percentages of Color #39dcdb

%74
%0
%0
%14

Triadic Colors of #39dcdb

#39dcdb #db39dc #dcdb39

Analogous Colors of #39dcdb

#39dcdb #398cdc #39dc8a

Monochromatic Colors of #39dcdb

#39dcdb

Complementary Color

#39dcdb #dc393a

#39dcdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39dcdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#39dcdb Color CSS Codes

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

#39dcdb Text Font Color

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

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


#39dcdb Background Color

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

This div background color is #39dcdb


#39dcdb Border Color

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

This div border color is #39dcdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,220,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39dcdb


Comments

No comments written yet.

Please login to write comment.