Color Hex Logo

#398c9f Color Hex

#398C9F
(57,140,159)
0 Favorites   0 Comments

Color spaces of #398c9f

RGB 57140159
HSL0.530.470.42
HSV191°64°62°
CMYK 0.640.120.00   0.38
XYZ17.323422.129236.1592
Yxy22.12920.22910.2927
Hunter Lab47.0417-16.5892-12.6448
CIE-Lab54.1638-18.9421-17.5278

#398c9f color RGB value is (57,140,159).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001100 10011111
Octal 71 214 237
Decimal 57 140 159
Hex 39 8C 9F

RGB Percentages of Color #398c9f

%16.01
%39.33
%44.66

CMYK Percentages of Color #398c9f

%64
%12
%0
%38

Triadic Colors of #398c9f

#398c9f #9f398c #8c9f39

Analogous Colors of #398c9f

#398c9f #39599f #399f7f

Monochromatic Colors of #398c9f

#398c9f

Complementary Color

#398c9f #9f4c39

#398c9f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398c9f Color Preview on White Background

Lorem ipsum dolor sit amet.

#398c9f Color CSS Codes

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

#398c9f Text Font Color

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

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


#398c9f Background Color

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

This div background color is #398c9f


#398c9f Border Color

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

This div border color is #398c9f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398c9f


Comments

No comments written yet.

Please login to write comment.