Color Hex Logo

#399c9f Color Hex

#399C9F
(57,156,159)
0 Favorites   0 Comments

Color spaces of #399c9f

RGB 57156159
HSL0.500.470.42
HSV182°64°62°
CMYK 0.640.020.00   0.38
XYZ19.833827.150036.9960
Yxy27.15000.23620.3233
Hunter Lab52.1057-23.2396-5.6231
CIE-Lab59.1129-27.1935-10.0552

#399c9f color RGB value is (57,156,159).

#399c9f hex color red value is 57, green value is 156 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #399c9f hue: 0.50 , saturation: 0.47 and the lightness value of 399c9f is 0.42.

The process color (four color CMYK) of #399c9f color hex is 0.64, 0.02, 0.00, 0.38. Web safe color of #399c9f is #339999. Color #399c9f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10011100 10011111
Octal 71 234 237
Decimal 57 156 159
Hex 39 9C 9F

RGB Percentages of Color #399c9f

%15.32
%41.94
%42.74

CMYK Percentages of Color #399c9f

%64
%2
%0
%38

Triadic Colors of #399c9f

#399c9f #9f399c #9c9f39

Analogous Colors of #399c9f

#399c9f #39699f #399f6f

Monochromatic Colors of #399c9f

#399c9f

Complementary Color

#399c9f #9f3c39

#399c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#399c9f Color CSS Codes

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

#399c9f Text Font Color

<p style="color:#399c9f">Text here</p>

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


#399c9f Background Color

<div style="background-color:#399c9f">
Div content here</div>

This div background color is #399c9f


#399c9f Border Color

<div style="border:3px solid #399c9f">
Div here</div>

This div border color is #399c9f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(57,156,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 #399c9f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399c9f


Comments

No comments written yet.

Please login to write comment.