Color Hex Logo

#39b996 Color Hex

#39B996
(57,185,150)
0 Favorites   0 Comments

Color spaces of #39b996

RGB 57185150
HSL0.450.530.47
HSV164°69°73°
CMYK 0.690.000.19   0.27
XYZ24.541337.769834.8510
Yxy37.76980.25260.3887
Hunter Lab61.4571-36.27079.3979
CIE-Lab67.8506-43.03737.7609

#39b996 color RGB value is (57,185,150).

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

The process color (four color CMYK) of #39b996 color hex is 0.69, 0.00, 0.19, 0.27. Web safe color of #39b996 is #33cc99. Color #39b996 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10111001 10010110
Octal 71 271 226
Decimal 57 185 150
Hex 39 B9 96

RGB Percentages of Color #39b996

%14.54
%47.19
%38.27

CMYK Percentages of Color #39b996

%69
%0
%19
%27

Triadic Colors of #39b996

#39b996 #9639b9 #b99639

Analogous Colors of #39b996

#39b996 #399cb9 #39b956

Monochromatic Colors of #39b996

#39b996

Complementary Color

#39b996 #b9395c

#39b996 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39b996 Color Preview on White Background

Lorem ipsum dolor sit amet.

#39b996 Color CSS Codes

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

#39b996 Text Font Color

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

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


#39b996 Background Color

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

This div background color is #39b996


#39b996 Border Color

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

This div border color is #39b996


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39b996


Comments

No comments written yet.

Please login to write comment.