Color Hex Logo

#39bcb7 Color Hex

#39BCB7
(57,188,183)
0 Favorites   0 Comments

Color spaces of #39bcb7

RGB 57188183
HSL0.490.530.48
HSV178°70°74°
CMYK 0.700.000.03   0.26
XYZ28.217840.255251.0825
Yxy40.25520.23600.3367
Hunter Lab63.4470-31.6450-3.3227
CIE-Lab69.6509-35.6319-7.7319

#39bcb7 color RGB value is (57,188,183).

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

The process color (four color CMYK) of #39bcb7 color hex is 0.70, 0.00, 0.03, 0.26. Web safe color of #39bcb7 is #33cccc. Color #39bcb7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111100 10110111
Octal 71 274 267
Decimal 57 188 183
Hex 39 BC B7

RGB Percentages of Color #39bcb7

%13.32
%43.93
%42.76

CMYK Percentages of Color #39bcb7

%70
%0
%3
%26

Triadic Colors of #39bcb7

#39bcb7 #b739bc #bcb739

Analogous Colors of #39bcb7

#39bcb7 #3980bc #39bc76

Monochromatic Colors of #39bcb7

#39bcb7

Complementary Color

#39bcb7 #bc393e

#39bcb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39bcb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#39bcb7 Color CSS Codes

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

#39bcb7 Text Font Color

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

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


#39bcb7 Background Color

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

This div background color is #39bcb7


#39bcb7 Border Color

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

This div border color is #39bcb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39bcb7


Comments

No comments written yet.

Please login to write comment.