Color Hex Logo

#52c5b9 Color Hex

#52C5B9
(82,197,185)
0 Favorites   0 Comments

Color spaces of #52c5b9

RGB 82197185
HSL0.480.500.55
HSV174°58°77°
CMYK 0.580.000.06   0.23
XYZ32.202945.229152.9318
Yxy45.22910.24700.3469
Hunter Lab67.2526-32.21990.4120
CIE-Lab73.0425-35.2348-3.7375

#52c5b9 color RGB value is (82,197,185).

#52c5b9 hex color red value is 82, green value is 197 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #52c5b9 hue: 0.48 , saturation: 0.50 and the lightness value of 52c5b9 is 0.55.

The process color (four color CMYK) of #52c5b9 color hex is 0.58, 0.00, 0.06, 0.23. Web safe color of #52c5b9 is #66cccc. Color #52c5b9 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11000101 10111001
Octal 122 305 271
Decimal 82 197 185
Hex 52 C5 B9

RGB Percentages of Color #52c5b9

%17.67
%42.46
%39.87

CMYK Percentages of Color #52c5b9

%58
%0
%6
%23

Triadic Colors of #52c5b9

#52c5b9 #b952c5 #c5b952

Analogous Colors of #52c5b9

#52c5b9 #5298c5 #52c580

Monochromatic Colors of #52c5b9

#52c5b9

Complementary Color

#52c5b9 #c5525e

#52c5b9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52c5b9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52c5b9 Color CSS Codes

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

#52c5b9 Text Font Color

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

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


#52c5b9 Background Color

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

This div background color is #52c5b9


#52c5b9 Border Color

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

This div border color is #52c5b9


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,197,185, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #52c5b9; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #52c5b9;
  -webkit-box-shadow: 1px 1px 3px 2px #52c5b9;
  box-shadow:         1px 1px 3px 2px #52c5b9; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52c5b9


Comments

No comments written yet.

Please login to write comment.