Color Hex Logo

#52eaba Color Hex

#52EABA
(82,234,186)
0 Favorites   0 Comments

Color spaces of #52eaba

RGB 82234186
HSL0.450.780.62
HSV161°65°92°
CMYK 0.650.000.21   0.08
XYZ41.765464.184656.6420
Yxy64.18460.25690.3948
Hunter Lab80.1153-47.146814.1623
CIE-Lab84.0618-51.173211.6697

#52eaba color RGB value is (82,234,186).

#52eaba hex color red value is 82, green value is 234 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #52eaba hue: 0.45 , saturation: 0.78 and the lightness value of 52eaba is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101010 10111010
Octal 122 352 272
Decimal 82 234 186
Hex 52 EA BA

RGB Percentages of Color #52eaba

%16.33
%46.61
%37.05

CMYK Percentages of Color #52eaba

%65
%0
%21
%8

Triadic Colors of #52eaba

#52eaba #ba52ea #eaba52

Analogous Colors of #52eaba

#52eaba #52ceea #52ea6e

Monochromatic Colors of #52eaba

#52eaba

Complementary Color

#52eaba #ea5282

#52eaba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eaba Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eaba Color CSS Codes

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

#52eaba Text Font Color

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

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


#52eaba Background Color

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

This div background color is #52eaba


#52eaba Border Color

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

This div border color is #52eaba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eaba


Comments

No comments written yet.

Please login to write comment.