Color Hex Logo

#398b8d Color Hex

#398B8D
(57,139,141)
0 Favorites   0 Comments

Color spaces of #398b8d

RGB 57139141
HSL0.500.420.39
HSV181°60°55°
CMYK 0.600.010.00   0.45
XYZ15.727721.258228.4736
Yxy21.25820.24030.3248
Hunter Lab46.1066-19.7974-4.3405
CIE-Lab53.2309-23.9071-8.5325

#398b8d color RGB value is (57,139,141).

#398b8d hex color red value is 57, green value is 139 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #398b8d hue: 0.50 , saturation: 0.42 and the lightness value of 398b8d is 0.39.

The process color (four color CMYK) of #398b8d color hex is 0.60, 0.01, 0.00, 0.45. Web safe color of #398b8d is #339999. Color #398b8d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001011 10001101
Octal 71 213 215
Decimal 57 139 141
Hex 39 8B 8D

RGB Percentages of Color #398b8d

%16.91
%41.25
%41.84

CMYK Percentages of Color #398b8d

%60
%1
%0
%45

Triadic Colors of #398b8d

#398b8d #8d398b #8b8d39

Analogous Colors of #398b8d

#398b8d #39618d #398d65

Monochromatic Colors of #398b8d

#398b8d

Complementary Color

#398b8d #8d3b39

#398b8d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398b8d Color Preview on White Background

Lorem ipsum dolor sit amet.

#398b8d Color CSS Codes

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

#398b8d Text Font Color

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

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


#398b8d Background Color

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

This div background color is #398b8d


#398b8d Border Color

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

This div border color is #398b8d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398b8d


Comments

No comments written yet.

Please login to write comment.