Color Hex Logo

#398aae Color Hex

#398AAE
(57,138,174)
0 Favorites   0 Comments

Color spaces of #398aae

RGB 57138174
HSL0.550.510.45
HSV198°67°68°
CMYK 0.670.210.00   0.32
XYZ18.415822.102843.3401
Yxy22.10280.21960.2636
Hunter Lab47.0136-12.3532-21.7477
CIE-Lab54.1359-12.9840-26.1965

#398aae color RGB value is (57,138,174).

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

The process color (four color CMYK) of #398aae color hex is 0.67, 0.21, 0.00, 0.32. Web safe color of #398aae is #339999. Color #398aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001010 10101110
Octal 71 212 256
Decimal 57 138 174
Hex 39 8A AE

RGB Percentages of Color #398aae

%15.45
%37.40
%47.15

CMYK Percentages of Color #398aae

%67
%21
%0
%32

Triadic Colors of #398aae

#398aae #ae398a #8aae39

Analogous Colors of #398aae

#398aae #394fae #39ae98

Monochromatic Colors of #398aae

#398aae

Complementary Color

#398aae #ae5d39

#398aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#398aae Color CSS Codes

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

#398aae Text Font Color

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

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


#398aae Background Color

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

This div background color is #398aae


#398aae Border Color

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

This div border color is #398aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398aae


Comments

No comments written yet.

Please login to write comment.