Color Hex Logo

#52cabc Color Hex

#52CABC
(82,202,188)
0 Favorites   0 Comments

Color spaces of #52cabc

RGB 82202188
HSL0.480.530.56
HSV173°59°79°
CMYK 0.590.000.07   0.21
XYZ33.677347.665755.0024
Yxy47.66570.24700.3496
Hunter Lab69.0404-33.74981.0937
CIE-Lab74.6136-36.7662-3.0531

#52cabc color RGB value is (82,202,188).

#52cabc hex color red value is 82, green value is 202 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #52cabc hue: 0.48 , saturation: 0.53 and the lightness value of 52cabc is 0.56.

The process color (four color CMYK) of #52cabc color hex is 0.59, 0.00, 0.07, 0.21. Web safe color of #52cabc is #66cccc. Color #52cabc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001010 10111100
Octal 122 312 274
Decimal 82 202 188
Hex 52 CA BC

RGB Percentages of Color #52cabc

%17.37
%42.80
%39.83

CMYK Percentages of Color #52cabc

%59
%0
%7
%21

Triadic Colors of #52cabc

#52cabc #bc52ca #cabc52

Analogous Colors of #52cabc

#52cabc #529cca #52ca80

Monochromatic Colors of #52cabc

#52cabc

Complementary Color

#52cabc #ca5260

#52cabc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cabc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cabc Color CSS Codes

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

#52cabc Text Font Color

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

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


#52cabc Background Color

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

This div background color is #52cabc


#52cabc Border Color

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

This div border color is #52cabc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cabc


Comments

No comments written yet.

Please login to write comment.