Color Hex Logo

#52bcbc Color Hex

#52BCBC
(82,188,188)
0 Favorites   0 Comments

Color spaces of #52bcbc

RGB 82188188
HSL0.500.440.53
HSV180°56°74°
CMYK 0.560.000.00   0.26
XYZ30.540041.391153.9566
Yxy41.39110.24260.3288
Hunter Lab64.3359-27.8546-4.6896
CIE-Lab70.4491-30.1624-9.2173

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

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

The process color (four color CMYK) of #52bcbc color hex is 0.56, 0.00, 0.00, 0.26. Web safe color of #52bcbc is #66cccc. Color #52bcbc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111100 10111100
Octal 122 274 274
Decimal 82 188 188
Hex 52 BC BC

RGB Percentages of Color #52bcbc

%17.90
%41.05
%41.05

CMYK Percentages of Color #52bcbc

%56
%0
%0
%26

Triadic Colors of #52bcbc

#52bcbc #bc52bc #bcbc52

Analogous Colors of #52bcbc

#52bcbc #5287bc #52bc87

Monochromatic Colors of #52bcbc

#52bcbc

Complementary Color

#52bcbc #bc5252

#52bcbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bcbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bcbc Color CSS Codes

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

#52bcbc Text Font Color

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

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


#52bcbc Background Color

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

This div background color is #52bcbc


#52bcbc Border Color

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

This div border color is #52bcbc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,188,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 #52bcbc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bcbc


Comments

No comments written yet.

Please login to write comment.