Color Hex Logo

#52edbc Color Hex

#52EDBC
(82,237,188)
0 Favorites   0 Comments

Color spaces of #52edbc

RGB 82237188
HSL0.450.810.63
HSV161°65°93°
CMYK 0.650.000.21   0.07
XYZ42.841065.993158.0569
Yxy65.99310.25670.3954
Hunter Lab81.2361-48.028814.4926
CIE-Lab84.9929-51.951011.9467

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

#52edbc hex color red value is 82, green value is 237 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #52edbc hue: 0.45 , saturation: 0.81 and the lightness value of 52edbc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101101 10111100
Octal 122 355 274
Decimal 82 237 188
Hex 52 ED BC

RGB Percentages of Color #52edbc

%16.17
%46.75
%37.08

CMYK Percentages of Color #52edbc

%65
%0
%21
%7

Triadic Colors of #52edbc

#52edbc #bc52ed #edbc52

Analogous Colors of #52edbc

#52edbc #52d1ed #52ed6f

Monochromatic Colors of #52edbc

#52edbc

Complementary Color

#52edbc #ed5283

#52edbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52edbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52edbc Color CSS Codes

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

#52edbc Text Font Color

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

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


#52edbc Background Color

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

This div background color is #52edbc


#52edbc Border Color

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

This div border color is #52edbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52edbc


Comments

No comments written yet.

Please login to write comment.