Color Hex Logo

#52ffba Color Hex

#52FFBA
(82,255,186)
0 Favorites   0 Comments

Color spaces of #52ffba

RGB 82255186
HSL0.431.000.66
HSV156°68°100°
CMYK 0.680.000.27   0.00
XYZ48.102676.859058.7544
Yxy76.85900.26180.4184
Hunter Lab87.6693-55.481421.6334
CIE-Lab90.2567-59.547220.3753

#52ffba color RGB value is (82,255,186).

#52ffba hex color red value is 82, green value is 255 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #52ffba hue: 0.43 , saturation: 1.00 and the lightness value of 52ffba is 0.66.

The process color (four color CMYK) of #52ffba color hex is 0.68, 0.00, 0.27, 0.00. Web safe color of #52ffba is #66ffcc. Color #52ffba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111111 10111010
Octal 122 377 272
Decimal 82 255 186
Hex 52 FF BA

RGB Percentages of Color #52ffba

%15.68
%48.76
%35.56

CMYK Percentages of Color #52ffba

%68
%0
%27
%0

Triadic Colors of #52ffba

#52ffba #ba52ff #ffba52

Analogous Colors of #52ffba

#52ffba #52eeff #52ff64

Monochromatic Colors of #52ffba

#52ffba

Complementary Color

#52ffba #ff5297

#52ffba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ffba Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ffba Color CSS Codes

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

#52ffba Text Font Color

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

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


#52ffba Background Color

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

This div background color is #52ffba


#52ffba Border Color

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

This div border color is #52ffba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ffba

Related Colors


Comments

No comments written yet.

Please login to write comment.