Color Hex Logo

#398985 Color Hex

#398985
(57,137,133)
0 Favorites   0 Comments

Color spaces of #398985

RGB 57137133
HSL0.490.410.38
HSV177°58°54°
CMYK 0.580.000.03   0.46
XYZ14.866620.454625.3549
Yxy20.45460.24500.3371
Hunter Lab45.2268-20.4717-1.5803
CIE-Lab52.3473-25.2026-5.2047

#398985 color RGB value is (57,137,133).

#398985 hex color red value is 57, green value is 137 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #398985 hue: 0.49 , saturation: 0.41 and the lightness value of 398985 is 0.38.

The process color (four color CMYK) of #398985 color hex is 0.58, 0.00, 0.03, 0.46. Web safe color of #398985 is #339999. Color #398985 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001001 10000101
Octal 71 211 205
Decimal 57 137 133
Hex 39 89 85

RGB Percentages of Color #398985

%17.43
%41.90
%40.67

CMYK Percentages of Color #398985

%58
%0
%3
%46

Triadic Colors of #398985

#398985 #853989 #898539

Analogous Colors of #398985

#398985 #396589 #39895d

Monochromatic Colors of #398985

#398985

Complementary Color

#398985 #89393d

#398985 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398985 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398985 Color CSS Codes

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

#398985 Text Font Color

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

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


#398985 Background Color

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

This div background color is #398985


#398985 Border Color

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

This div border color is #398985


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398985


Comments

No comments written yet.

Please login to write comment.