Color Hex Logo

#52cebb Color Hex

#52CEBB
(82,206,187)
0 Favorites   0 Comments

Color spaces of #52cebb

RGB 82206187
HSL0.470.560.56
HSV171°60°81°
CMYK 0.600.000.09   0.19
XYZ34.520649.524354.7534
Yxy49.52430.24870.3568
Hunter Lab70.3735-35.59333.1315
CIE-Lab75.7763-38.8492-0.8076

#52cebb color RGB value is (82,206,187).

#52cebb hex color red value is 82, green value is 206 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #52cebb hue: 0.47 , saturation: 0.56 and the lightness value of 52cebb is 0.56.

The process color (four color CMYK) of #52cebb color hex is 0.60, 0.00, 0.09, 0.19. Web safe color of #52cebb is #66cccc. Color #52cebb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001110 10111011
Octal 122 316 273
Decimal 82 206 187
Hex 52 CE BB

RGB Percentages of Color #52cebb

%17.26
%43.37
%39.37

CMYK Percentages of Color #52cebb

%60
%0
%9
%19

Triadic Colors of #52cebb

#52cebb #bb52ce #cebb52

Analogous Colors of #52cebb

#52cebb #52a3ce #52ce7d

Monochromatic Colors of #52cebb

#52cebb

Complementary Color

#52cebb #ce5265

#52cebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cebb Color CSS Codes

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

#52cebb Text Font Color

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

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


#52cebb Background Color

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

This div background color is #52cebb


#52cebb Border Color

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

This div border color is #52cebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cebb


Comments

No comments written yet.

Please login to write comment.