Color Hex Logo

#39c7dc Color Hex

#39C7DC
(57,199,220)
0 Favorites   0 Comments

Color spaces of #39c7dc

RGB 57199220
HSL0.520.700.54
HSV188°74°86°
CMYK 0.740.100.00   0.14
XYZ35.029046.884074.9134
Yxy46.88400.22340.2990
Hunter Lab68.4719-28.5084-16.9374
CIE-Lab74.1155-29.9477-21.1901

#39c7dc color RGB value is (57,199,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11000111 11011100
Octal 71 307 334
Decimal 57 199 220
Hex 39 C7 DC

RGB Percentages of Color #39c7dc

%11.97
%41.81
%46.22

CMYK Percentages of Color #39c7dc

%74
%10
%0
%14

Triadic Colors of #39c7dc

#39c7dc #dc39c7 #c7dc39

Analogous Colors of #39c7dc

#39c7dc #3976dc #39dca0

Monochromatic Colors of #39c7dc

#39c7dc

Complementary Color

#39c7dc #dc4e39

#39c7dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39c7dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#39c7dc Color CSS Codes

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

#39c7dc Text Font Color

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

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


#39c7dc Background Color

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

This div background color is #39c7dc


#39c7dc Border Color

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

This div border color is #39c7dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39c7dc


Comments

No comments written yet.

Please login to write comment.