Color Hex Logo

#398697 Color Hex

#398697
(57,134,151)
0 Favorites   0 Comments

Color spaces of #398697

RGB 57134151
HSL0.530.450.41
HSV191°62°59°
CMYK 0.620.110.00   0.41
XYZ15.798420.154432.3357
Yxy20.15440.23130.2951
Hunter Lab44.8937-15.7485-11.2794
CIE-Lab52.0113-18.2395-16.1744

#398697 color RGB value is (57,134,151).

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

The process color (four color CMYK) of #398697 color hex is 0.62, 0.11, 0.00, 0.41. Web safe color of #398697 is #339999. Color #398697 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000110 10010111
Octal 71 206 227
Decimal 57 134 151
Hex 39 86 97

RGB Percentages of Color #398697

%16.67
%39.18
%44.15

CMYK Percentages of Color #398697

%62
%11
%0
%41

Triadic Colors of #398697

#398697 #973986 #869739

Analogous Colors of #398697

#398697 #395797 #399779

Monochromatic Colors of #398697

#398697

Complementary Color

#398697 #974a39

#398697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398697 Color CSS Codes

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

#398697 Text Font Color

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

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


#398697 Background Color

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

This div background color is #398697


#398697 Border Color

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

This div border color is #398697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398697


Comments

No comments written yet.

Please login to write comment.