Color Hex Logo

#399598 Color Hex

#399598
(57,149,152)
0 Favorites   0 Comments

Color spaces of #399598

RGB 57149152
HSL0.510.450.41
HSV182°63°60°
CMYK 0.630.020.00   0.40
XYZ18.102324.631733.5061
Yxy24.63170.23740.3231
Hunter Lab49.6303-21.7465-5.2862
CIE-Lab56.7148-25.7511-9.6558

#399598 color RGB value is (57,149,152).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00111001 10010101 10011000
Octal 71 225 230
Decimal 57 149 152
Hex 39 95 98

RGB Percentages of Color #399598

%15.92
%41.62
%42.46

CMYK Percentages of Color #399598

%63
%2
%0
%40

Triadic Colors of #399598

#399598 #983995 #959839

Analogous Colors of #399598

#399598 #396698 #39986c

Monochromatic Colors of #399598

#399598

Complementary Color

#399598 #983c39

#399598 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#399598 Color Preview on White Background

Lorem ipsum dolor sit amet.

#399598 Color CSS Codes

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

#399598 Text Font Color

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

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


#399598 Background Color

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

This div background color is #399598


#399598 Border Color

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

This div border color is #399598


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #399598


Comments

No comments written yet.

Please login to write comment.