Color Hex Logo

#39d7bc Color Hex

#39D7BC
(57,215,188)
0 Favorites   0 Comments

Color spaces of #39d7bc

RGB 57215188
HSL0.470.660.53
HSV170°73°84°
CMYK 0.730.000.13   0.16
XYZ35.064953.101655.9785
Yxy53.10160.24330.3684
Hunter Lab72.8708-41.63115.4637
CIE-Lab77.9349-46.28831.7367

#39d7bc color RGB value is (57,215,188).

#39d7bc hex color red value is 57, green value is 215 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #39d7bc hue: 0.47 , saturation: 0.66 and the lightness value of 39d7bc is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11010111 10111100
Octal 71 327 274
Decimal 57 215 188
Hex 39 D7 BC

RGB Percentages of Color #39d7bc

%12.39
%46.74
%40.87

CMYK Percentages of Color #39d7bc

%73
%0
%13
%16

Triadic Colors of #39d7bc

#39d7bc #bc39d7 #d7bc39

Analogous Colors of #39d7bc

#39d7bc #39a3d7 #39d76d

Monochromatic Colors of #39d7bc

#39d7bc

Complementary Color

#39d7bc #d73954

#39d7bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39d7bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#39d7bc Color CSS Codes

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

#39d7bc Text Font Color

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

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


#39d7bc Background Color

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

This div background color is #39d7bc


#39d7bc Border Color

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

This div border color is #39d7bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39d7bc


Comments

No comments written yet.

Please login to write comment.