Color Hex Logo

#398eab Color Hex

#398EAB
(57,142,171)
0 Favorites   0 Comments

Color spaces of #398eab

RGB 57142171
HSL0.540.500.45
HSV195°67°67°
CMYK 0.670.170.00   0.33
XYZ18.711023.156142.0115
Yxy23.15610.22310.2761
Hunter Lab48.1208-14.8045-18.0782
CIE-Lab55.2328-16.1741-22.7865

#398eab color RGB value is (57,142,171).

#398eab hex color red value is 57, green value is 142 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #398eab hue: 0.54 , saturation: 0.50 and the lightness value of 398eab is 0.45.

The process color (four color CMYK) of #398eab color hex is 0.67, 0.17, 0.00, 0.33. Web safe color of #398eab is #339999. Color #398eab contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001110 10101011
Octal 71 216 253
Decimal 57 142 171
Hex 39 8E AB

RGB Percentages of Color #398eab

%15.41
%38.38
%46.22

CMYK Percentages of Color #398eab

%67
%17
%0
%33

Triadic Colors of #398eab

#398eab #ab398e #8eab39

Analogous Colors of #398eab

#398eab #3955ab #39ab8f

Monochromatic Colors of #398eab

#398eab

Complementary Color

#398eab #ab5639

#398eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#398eab Color CSS Codes

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

#398eab Text Font Color

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

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


#398eab Background Color

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

This div background color is #398eab


#398eab Border Color

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

This div border color is #398eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398eab


Comments

No comments written yet.

Please login to write comment.