Color Hex Logo

#52ebab Color Hex

#52EBAB
(82,235,171)
0 Favorites   0 Comments

Color spaces of #52ebab

RGB 82235171
HSL0.430.790.62
HSV155°65°92°
CMYK 0.650.000.27   0.08
XYZ40.538764.150848.7738
Yxy64.15080.26420.4180
Hunter Lab80.0942-49.819219.9610
CIE-Lab84.0442-54.856119.4616

#52ebab color RGB value is (82,235,171).

#52ebab hex color red value is 82, green value is 235 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #52ebab hue: 0.43 , saturation: 0.79 and the lightness value of 52ebab is 0.62.

The process color (four color CMYK) of #52ebab color hex is 0.65, 0.00, 0.27, 0.08. Web safe color of #52ebab is #66ff99. Color #52ebab contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101011 10101011
Octal 122 353 253
Decimal 82 235 171
Hex 52 EB AB

RGB Percentages of Color #52ebab

%16.80
%48.16
%35.04

CMYK Percentages of Color #52ebab

%65
%0
%27
%8

Triadic Colors of #52ebab

#52ebab #ab52eb #ebab52

Analogous Colors of #52ebab

#52ebab #52dfeb #52eb5f

Monochromatic Colors of #52ebab

#52ebab

Complementary Color

#52ebab #eb5292

#52ebab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ebab Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ebab Color CSS Codes

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

#52ebab Text Font Color

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

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


#52ebab Background Color

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

This div background color is #52ebab


#52ebab Border Color

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

This div border color is #52ebab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ebab


Comments

No comments written yet.

Please login to write comment.