Color Hex Logo

#398aca Color Hex

#398ACA
(57,138,202)
0 Favorites   0 Comments

Color spaces of #398aca

RGB 57138202
HSL0.570.580.51
HSV206°72°79°
CMYK 0.720.320.00   0.21
XYZ21.436523.311159.2468
Yxy23.31110.20610.2242
Hunter Lab48.2816-5.2407-38.9583
CIE-Lab55.3913-3.3700-40.1909

#398aca color RGB value is (57,138,202).

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

The process color (four color CMYK) of #398aca color hex is 0.72, 0.32, 0.00, 0.21. Web safe color of #398aca is #3399cc. Color #398aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10001010 11001010
Octal 71 212 312
Decimal 57 138 202
Hex 39 8A CA

RGB Percentages of Color #398aca

%14.36
%34.76
%50.88

CMYK Percentages of Color #398aca

%72
%32
%0
%21

Triadic Colors of #398aca

#398aca #ca398a #8aca39

Analogous Colors of #398aca

#398aca #3942ca #39cac2

Monochromatic Colors of #398aca

#398aca

Complementary Color

#398aca #ca7939

#398aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#398aca Color CSS Codes

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

#398aca Text Font Color

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

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


#398aca Background Color

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

This div background color is #398aca


#398aca Border Color

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

This div border color is #398aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398aca

#398aca Color Palettes


Comments

No comments written yet.

Please login to write comment.