Color Hex Logo

#399684 Color Hex

#399684
(57,150,132)
0 Favorites   0 Comments

Color spaces of #399684

RGB 57150132
HSL0.470.450.41
HSV168°62°59°
CMYK 0.620.000.12   0.41
XYZ16.758524.348525.6463
Yxy24.34850.25110.3648
Hunter Lab49.3442-25.72943.7254
CIE-Lab56.4350-31.84741.3734

#399684 color RGB value is (57,150,132).

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

The process color (four color CMYK) of #399684 color hex is 0.62, 0.00, 0.12, 0.41. Web safe color of #399684 is #339999. Color #399684 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010110 10000100
Octal 71 226 204
Decimal 57 150 132
Hex 39 96 84

RGB Percentages of Color #399684

%16.81
%44.25
%38.94

CMYK Percentages of Color #399684

%62
%0
%12
%41

Triadic Colors of #399684

#399684 #843996 #968439

Analogous Colors of #399684

#399684 #397a96 #399656

Monochromatic Colors of #399684

#399684

Complementary Color

#399684 #96394b

#399684 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399684 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399684 Color CSS Codes

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

#399684 Text Font Color

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

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


#399684 Background Color

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

This div background color is #399684


#399684 Border Color

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

This div border color is #399684


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399684


Comments

No comments written yet.

Please login to write comment.