Color Hex Logo

#398698 Color Hex

#398698
(57,134,152)
0 Favorites   0 Comments

Color spaces of #398698

RGB 57134152
HSL0.530.450.41
HSV191°63°60°
CMYK 0.630.120.00   0.40
XYZ15.879920.187132.7653
Yxy20.18710.23070.2933
Hunter Lab44.9301-15.5393-11.7863
CIE-Lab52.0481-17.9261-16.6993

#398698 color RGB value is (57,134,152).

#398698 hex color red value is 57, green value is 134 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #398698 hue: 0.53 , saturation: 0.45 and the lightness value of 398698 is 0.41.

The process color (four color CMYK) of #398698 color hex is 0.63, 0.12, 0.00, 0.40. Web safe color of #398698 is #339999. Color #398698 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00111001 10000110 10011000
Octal 71 206 230
Decimal 57 134 152
Hex 39 86 98

RGB Percentages of Color #398698

%16.62
%39.07
%44.31

CMYK Percentages of Color #398698

%63
%12
%0
%40

Triadic Colors of #398698

#398698 #983986 #869839

Analogous Colors of #398698

#398698 #395798 #39987b

Monochromatic Colors of #398698

#398698

Complementary Color

#398698 #984b39

#398698 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#398698 Color Preview on White Background

Lorem ipsum dolor sit amet.

#398698 Color CSS Codes

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

#398698 Text Font Color

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

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


#398698 Background Color

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

This div background color is #398698


#398698 Border Color

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

This div border color is #398698


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(57,134,152, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #398698; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #398698;
  -webkit-box-shadow: 1px 1px 3px 2px #398698;
  box-shadow:         1px 1px 3px 2px #398698; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #398698


Comments

No comments written yet.

Please login to write comment.