Color Hex Logo

#398ebd Color Hex

#398EBD
(57,142,189)
0 Favorites   0 Comments

Color spaces of #398ebd

RGB 57142189
HSL0.560.540.48
HSV201°70°74°
CMYK 0.700.250.00   0.26
XYZ20.545723.890051.6725
Yxy23.89000.21380.2486
Hunter Lab48.8774-10.5027-28.4664
CIE-Lab55.9775-10.1721-31.9027

#398ebd color RGB value is (57,142,189).

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

The process color (four color CMYK) of #398ebd color hex is 0.70, 0.25, 0.00, 0.26. Web safe color of #398ebd is #3399cc. Color #398ebd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001110 10111101
Octal 71 216 275
Decimal 57 142 189
Hex 39 8E BD

RGB Percentages of Color #398ebd

%14.69
%36.60
%48.71

CMYK Percentages of Color #398ebd

%70
%25
%0
%26

Triadic Colors of #398ebd

#398ebd #bd398e #8ebd39

Analogous Colors of #398ebd

#398ebd #394cbd #39bdaa

Monochromatic Colors of #398ebd

#398ebd

Complementary Color

#398ebd #bd6839

#398ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#398ebd Color CSS Codes

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

#398ebd Text Font Color

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

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


#398ebd Background Color

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

This div background color is #398ebd


#398ebd Border Color

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

This div border color is #398ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398ebd


Comments

No comments written yet.

Please login to write comment.