Color Hex Logo

#39d4dd Color Hex

#39D4DD
(57,212,221)
0 Favorites   0 Comments

Color spaces of #39d4dd

RGB 57212221
HSL0.510.710.55
HSV183°74°87°
CMYK 0.740.040.00   0.13
XYZ38.282053.177376.6532
Yxy53.17730.22770.3163
Hunter Lab72.9228-33.9083-11.2771
CIE-Lab77.9796-35.8330-15.8843

#39d4dd color RGB value is (57,212,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11010100 11011101
Octal 71 324 335
Decimal 57 212 221
Hex 39 D4 DD

RGB Percentages of Color #39d4dd

%11.63
%43.27
%45.10

CMYK Percentages of Color #39d4dd

%74
%4
%0
%13

Triadic Colors of #39d4dd

#39d4dd #dd39d4 #d4dd39

Analogous Colors of #39d4dd

#39d4dd #3982dd #39dd94

Monochromatic Colors of #39d4dd

#39d4dd

Complementary Color

#39d4dd #dd4239

#39d4dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39d4dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39d4dd Color CSS Codes

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

#39d4dd Text Font Color

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

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


#39d4dd Background Color

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

This div background color is #39d4dd


#39d4dd Border Color

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

This div border color is #39d4dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39d4dd


Comments

No comments written yet.

Please login to write comment.