Color Hex Logo

#52fbaf Color Hex

#52FBAF
(82,251,175)
0 Favorites   0 Comments

Color spaces of #52fbaf

RGB 82251175
HSL0.430.950.65
HSV153°67°98°
CMYK 0.670.000.30   0.02
XYZ45.714773.883352.4089
Yxy73.88330.26580.4295
Hunter Lab85.9554-55.488124.0184
CIE-Lab88.8673-60.264124.0662

#52fbaf color RGB value is (82,251,175).

#52fbaf hex color red value is 82, green value is 251 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #52fbaf hue: 0.43 , saturation: 0.95 and the lightness value of 52fbaf is 0.65.

The process color (four color CMYK) of #52fbaf color hex is 0.67, 0.00, 0.30, 0.02. Web safe color of #52fbaf is #66ff99. Color #52fbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111011 10101111
Octal 122 373 257
Decimal 82 251 175
Hex 52 FB AF

RGB Percentages of Color #52fbaf

%16.14
%49.41
%34.45

CMYK Percentages of Color #52fbaf

%67
%0
%30
%2

Triadic Colors of #52fbaf

#52fbaf #af52fb #fbaf52

Analogous Colors of #52fbaf

#52fbaf #52f3fb #52fb5b

Monochromatic Colors of #52fbaf

#52fbaf

Complementary Color

#52fbaf #fb529e

#52fbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52fbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52fbaf Color CSS Codes

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

#52fbaf Text Font Color

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

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


#52fbaf Background Color

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

This div background color is #52fbaf


#52fbaf Border Color

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

This div border color is #52fbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52fbaf

Related Colors


Comments

No comments written yet.

Please login to write comment.