Color Hex Logo

#398dab Color Hex

#398DAB
(57,141,171)
0 Favorites   0 Comments

Color spaces of #398dab

RGB 57141171
HSL0.540.500.45
HSV196°67°67°
CMYK 0.670.180.00   0.33
XYZ18.562922.859941.9621
Yxy22.85990.22260.2741
Hunter Lab47.8120-14.3689-18.5673
CIE-Lab54.9277-15.6287-23.2553

#398dab color RGB value is (57,141,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001101 10101011
Octal 71 215 253
Decimal 57 141 171
Hex 39 8D AB

RGB Percentages of Color #398dab

%15.45
%38.21
%46.34

CMYK Percentages of Color #398dab

%67
%18
%0
%33

Triadic Colors of #398dab

#398dab #ab398d #8dab39

Analogous Colors of #398dab

#398dab #3954ab #39ab90

Monochromatic Colors of #398dab

#398dab

Complementary Color

#398dab #ab5739

#398dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#398dab Color CSS Codes

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

#398dab Text Font Color

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

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


#398dab Background Color

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

This div background color is #398dab


#398dab Border Color

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

This div border color is #398dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398dab


Comments

No comments written yet.

Please login to write comment.