Color Hex Logo

#52979f Color Hex

#52979F
(82,151,159)
0 Favorites   0 Comments

Color spaces of #52979f

RGB 82151159
HSL0.520.320.47
HSV186°48°62°
CMYK 0.480.050.00   0.38
XYZ20.804326.430336.8059
Yxy26.43030.24760.3145
Hunter Lab51.4104-17.7344-6.4598
CIE-Lab58.4433-19.5467-10.9703

#52979f color RGB value is (82,151,159).

#52979f hex color red value is 82, green value is 151 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #52979f hue: 0.52 , saturation: 0.32 and the lightness value of 52979f is 0.47.

The process color (four color CMYK) of #52979f color hex is 0.48, 0.05, 0.00, 0.38. Web safe color of #52979f is #669999. Color #52979f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 10011111
Octal 122 227 237
Decimal 82 151 159
Hex 52 97 9F

RGB Percentages of Color #52979f

%20.92
%38.52
%40.56

CMYK Percentages of Color #52979f

%48
%5
%0
%38

Triadic Colors of #52979f

#52979f #9f5297 #979f52

Analogous Colors of #52979f

#52979f #52719f #529f81

Monochromatic Colors of #52979f

#52979f

Complementary Color

#52979f #9f5a52

#52979f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52979f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52979f Color CSS Codes

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

#52979f Text Font Color

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

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


#52979f Background Color

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

This div background color is #52979f


#52979f Border Color

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

This div border color is #52979f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,151,159, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52979f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52979f;
  -webkit-box-shadow: 1px 1px 3px 2px #52979f;
  box-shadow:         1px 1px 3px 2px #52979f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,151,159, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52979f


Comments

No comments written yet.

Please login to write comment.