Color Hex Logo

#52968d Color Hex

#52968D
(82,150,141)
0 Favorites   0 Comments

Color spaces of #52968d

RGB 82150141
HSL0.480.290.45
HSV172°45°59°
CMYK 0.450.000.06   0.41
XYZ19.193725.529629.1154
Yxy25.52960.25990.3457
Hunter Lab50.5268-20.61491.2037
CIE-Lab57.5878-23.8452-1.9744

#52968d color RGB value is (82,150,141).

#52968d hex color red value is 82, green value is 150 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #52968d hue: 0.48 , saturation: 0.29 and the lightness value of 52968d is 0.45.

The process color (four color CMYK) of #52968d color hex is 0.45, 0.00, 0.06, 0.41. Web safe color of #52968d is #669999. Color #52968d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10010110 10001101
Octal 122 226 215
Decimal 82 150 141
Hex 52 96 8D

RGB Percentages of Color #52968d

%21.98
%40.21
%37.80

CMYK Percentages of Color #52968d

%45
%0
%6
%41

Triadic Colors of #52968d

#52968d #8d5296 #968d52

Analogous Colors of #52968d

#52968d #527d96 #52966b

Monochromatic Colors of #52968d

#52968d

Complementary Color

#52968d #96525b

#52968d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52968d Color Preview on White Background

Lorem ipsum dolor sit amet.

#52968d Color CSS Codes

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

#52968d Text Font Color

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

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


#52968d Background Color

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

This div background color is #52968d


#52968d Border Color

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

This div border color is #52968d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,150,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52968d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52968d;
  -webkit-box-shadow: 1px 1px 3px 2px #52968d;
  box-shadow:         1px 1px 3px 2px #52968d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52968d


Comments

No comments written yet.

Please login to write comment.