Color Hex Logo

#52eebb Color Hex

#52EEBB
(82,238,187)
0 Favorites   0 Comments

Color spaces of #52eebb

RGB 82238187
HSL0.450.820.63
HSV160°66°93°
CMYK 0.660.000.21   0.07
XYZ43.023966.530857.5878
Yxy66.53080.25740.3980
Hunter Lab81.5664-48.587715.2364
CIE-Lab85.2664-52.585312.8563

#52eebb color RGB value is (82,238,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101110 10111011
Octal 122 356 273
Decimal 82 238 187
Hex 52 EE BB

RGB Percentages of Color #52eebb

%16.17
%46.94
%36.88

CMYK Percentages of Color #52eebb

%66
%0
%21
%7

Triadic Colors of #52eebb

#52eebb #bb52ee #eebb52

Analogous Colors of #52eebb

#52eebb #52d3ee #52ee6d

Monochromatic Colors of #52eebb

#52eebb

Complementary Color

#52eebb #ee5285

#52eebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eebb Color CSS Codes

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

#52eebb Text Font Color

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

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


#52eebb Background Color

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

This div background color is #52eebb


#52eebb Border Color

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

This div border color is #52eebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eebb


Comments

No comments written yet.

Please login to write comment.