Color Hex Logo

#39a69f Color Hex

#39A69F
(57,166,159)
0 Favorites   0 Comments

Color spaces of #39a69f

RGB 57166159
HSL0.490.490.44
HSV176°66°65°
CMYK 0.660.000.04   0.35
XYZ21.581630.645537.5786
Yxy30.64550.24030.3412
Hunter Lab55.3584-27.2885-1.4966
CIE-Lab62.2072-32.0637-5.4489

#39a69f color RGB value is (57,166,159).

#39a69f hex color red value is 57, green value is 166 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #39a69f hue: 0.49 , saturation: 0.49 and the lightness value of 39a69f is 0.44.

The process color (four color CMYK) of #39a69f color hex is 0.66, 0.00, 0.04, 0.35. Web safe color of #39a69f is #339999. Color #39a69f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10100110 10011111
Octal 71 246 237
Decimal 57 166 159
Hex 39 A6 9F

RGB Percentages of Color #39a69f

%14.92
%43.46
%41.62

CMYK Percentages of Color #39a69f

%66
%0
%4
%35

Triadic Colors of #39a69f

#39a69f #9f39a6 #a69f39

Analogous Colors of #39a69f

#39a69f #3977a6 #39a669

Monochromatic Colors of #39a69f

#39a69f

Complementary Color

#39a69f #a63940

#39a69f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39a69f Color Preview on White Background

Lorem ipsum dolor sit amet.

#39a69f Color CSS Codes

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

#39a69f Text Font Color

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

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


#39a69f Background Color

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

This div background color is #39a69f


#39a69f Border Color

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

This div border color is #39a69f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39a69f


Comments

No comments written yet.

Please login to write comment.