Color Hex Logo

#39986c Color Hex

#39986C
(57,152,108)
0 Favorites   0 Comments

Color spaces of #39986c

RGB 57152108
HSL0.420.450.41
HSV152°63°60°
CMYK 0.630.000.29   0.40
XYZ15.622424.409018.0754
Yxy24.40900.26890.4201
Hunter Lab49.4055-30.016412.8921
CIE-Lab56.4950-38.590315.0724

#39986c color RGB value is (57,152,108).

#39986c hex color red value is 57, green value is 152 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #39986c hue: 0.42 , saturation: 0.45 and the lightness value of 39986c is 0.41.

The process color (four color CMYK) of #39986c color hex is 0.63, 0.00, 0.29, 0.40. Web safe color of #39986c is #339966. Color #39986c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011000 01101100
Octal 71 230 154
Decimal 57 152 108
Hex 39 98 6C

RGB Percentages of Color #39986c

%17.98
%47.95
%34.07

CMYK Percentages of Color #39986c

%63
%0
%29
%40

Triadic Colors of #39986c

#39986c #6c3998 #986c39

Analogous Colors of #39986c

#39986c #399598 #39983d

Monochromatic Colors of #39986c

#39986c

Complementary Color

#39986c #983965

#39986c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#39986c Color Preview on White Background

Lorem ipsum dolor sit amet.

#39986c Color CSS Codes

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

#39986c Text Font Color

<p style="color:#39986c">Text here</p>

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


#39986c Background Color

<div style="background-color:#39986c">
Div content here</div>

This div background color is #39986c


#39986c Border Color

<div style="border:3px solid #39986c">
Div here</div>

This div border color is #39986c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,152,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #39986c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #39986c;
  -webkit-box-shadow: 1px 1px 3px 2px #39986c;
  box-shadow:         1px 1px 3px 2px #39986c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #39986c


Comments

No comments written yet.

Please login to write comment.