Color Hex Logo

#398aab Color Hex

#398AAB
(57,138,171)
0 Favorites   0 Comments

Color spaces of #398aab

RGB 57138171
HSL0.550.500.45
HSV197°67°67°
CMYK 0.670.190.00   0.33
XYZ18.126521.987141.8166
Yxy21.98710.22120.2684
Hunter Lab46.8904-13.0552-20.0512
CIE-Lab54.0133-13.9786-24.6634

#398aab color RGB value is (57,138,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001010 10101011
Octal 71 212 253
Decimal 57 138 171
Hex 39 8A AB

RGB Percentages of Color #398aab

%15.57
%37.70
%46.72

CMYK Percentages of Color #398aab

%67
%19
%0
%33

Triadic Colors of #398aab

#398aab #ab398a #8aab39

Analogous Colors of #398aab

#398aab #3951ab #39ab93

Monochromatic Colors of #398aab

#398aab

Complementary Color

#398aab #ab5a39

#398aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#398aab Color CSS Codes

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

#398aab Text Font Color

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

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


#398aab Background Color

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

This div background color is #398aab


#398aab Border Color

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

This div border color is #398aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398aab


Comments

No comments written yet.

Please login to write comment.