Color Hex Logo

#528870 Color Hex

#528870
(82,136,112)
0 Favorites   0 Comments

Color spaces of #528870

RGB 82136112
HSL0.430.250.43
HSV153°40°53°
CMYK 0.400.000.18   0.47
XYZ15.208520.572018.4985
Yxy20.57200.28020.3790
Hunter Lab45.3564-19.52067.5682
CIE-Lab52.4779-23.71567.2953

#528870 color RGB value is (82,136,112).

#528870 hex color red value is 82, green value is 136 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #528870 hue: 0.43 , saturation: 0.25 and the lightness value of 528870 is 0.43.

The process color (four color CMYK) of #528870 color hex is 0.40, 0.00, 0.18, 0.47. Web safe color of #528870 is #669966. Color #528870 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001000 01110000
Octal 122 210 160
Decimal 82 136 112
Hex 52 88 70

RGB Percentages of Color #528870

%24.85
%41.21
%33.94

CMYK Percentages of Color #528870

%40
%0
%18
%47

Triadic Colors of #528870

#528870 #705288 #887052

Analogous Colors of #528870

#528870 #528588 #528855

Monochromatic Colors of #528870

#528870

Complementary Color

#528870 #88526a

#528870 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528870 Color Preview on White Background

Lorem ipsum dolor sit amet.

#528870 Color CSS Codes

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

#528870 Text Font Color

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

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


#528870 Background Color

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

This div background color is #528870


#528870 Border Color

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

This div border color is #528870


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,136,112, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528870; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528870;
  -webkit-box-shadow: 1px 1px 3px 2px #528870;
  box-shadow:         1px 1px 3px 2px #528870; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528870


Comments

No comments written yet.

Please login to write comment.