Color Hex Logo

#39d0dd Color Hex

#39D0DD
(57,208,221)
0 Favorites   0 Comments

Color spaces of #39d0dd

RGB 57208221
HSL0.510.710.55
HSV185°74°87°
CMYK 0.740.060.00   0.13
XYZ37.294451.202176.3240
Yxy51.20210.22630.3107
Hunter Lab71.5556-32.1892-13.1520
CIE-Lab76.8013-33.9572-17.6608

#39d0dd color RGB value is (57,208,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11010000 11011101
Octal 71 320 335
Decimal 57 208 221
Hex 39 D0 DD

RGB Percentages of Color #39d0dd

%11.73
%42.80
%45.47

CMYK Percentages of Color #39d0dd

%74
%6
%0
%13

Triadic Colors of #39d0dd

#39d0dd #dd39d0 #d0dd39

Analogous Colors of #39d0dd

#39d0dd #397edd #39dd98

Monochromatic Colors of #39d0dd

#39d0dd

Complementary Color

#39d0dd #dd4639

#39d0dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39d0dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#39d0dd Color CSS Codes

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

#39d0dd Text Font Color

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

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


#39d0dd Background Color

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

This div background color is #39d0dd


#39d0dd Border Color

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

This div border color is #39d0dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39d0dd


Comments

No comments written yet.

Please login to write comment.