Color Hex Logo

#52978f Color Hex

#52978F
(82,151,143)
0 Favorites   0 Comments

Color spaces of #52978f

RGB 82151143
HSL0.480.300.46
HSV173°46°59°
CMYK 0.460.000.05   0.41
XYZ19.504225.910229.9598
Yxy25.91020.25880.3438
Hunter Lab50.9021-20.68260.7347
CIE-Lab57.9517-23.8403-2.5808

#52978f color RGB value is (82,151,143).

#52978f hex color red value is 82, green value is 151 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #52978f hue: 0.48 , saturation: 0.30 and the lightness value of 52978f is 0.46.

The process color (four color CMYK) of #52978f color hex is 0.46, 0.00, 0.05, 0.41. Web safe color of #52978f is #669999. Color #52978f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010111 10001111
Octal 122 227 217
Decimal 82 151 143
Hex 52 97 8F

RGB Percentages of Color #52978f

%21.81
%40.16
%38.03

CMYK Percentages of Color #52978f

%46
%0
%5
%41

Triadic Colors of #52978f

#52978f #8f5297 #978f52

Analogous Colors of #52978f

#52978f #527d97 #52976d

Monochromatic Colors of #52978f

#52978f

Complementary Color

#52978f #97525a

#52978f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52978f Color Preview on White Background

Lorem ipsum dolor sit amet.

#52978f Color CSS Codes

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

#52978f Text Font Color

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

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


#52978f Background Color

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

This div background color is #52978f


#52978f Border Color

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

This div border color is #52978f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52978f


Comments

No comments written yet.

Please login to write comment.