Color Hex Logo

#39dcbe Color Hex

#39DCBE
(57,220,190)
0 Favorites   0 Comments

Color spaces of #39dcbe

RGB 57220190
HSL0.470.700.54
HSV169°74°86°
CMYK 0.740.000.14   0.14
XYZ36.574855.774057.5530
Yxy55.77400.24400.3721
Hunter Lab74.6820-43.27486.5861
CIE-Lab79.4850-47.89472.9209

#39dcbe color RGB value is (57,220,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 11011100 10111110
Octal 71 334 276
Decimal 57 220 190
Hex 39 DC BE

RGB Percentages of Color #39dcbe

%12.21
%47.11
%40.69

CMYK Percentages of Color #39dcbe

%74
%0
%14
%14

Triadic Colors of #39dcbe

#39dcbe #be39dc #dcbe39

Analogous Colors of #39dcbe

#39dcbe #39a9dc #39dc6d

Monochromatic Colors of #39dcbe

#39dcbe

Complementary Color

#39dcbe #dc3957

#39dcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39dcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#39dcbe Color CSS Codes

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

#39dcbe Text Font Color

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

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


#39dcbe Background Color

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

This div background color is #39dcbe


#39dcbe Border Color

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

This div border color is #39dcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39dcbe


Comments

No comments written yet.

Please login to write comment.