Color Hex Logo

#52fbab Color Hex

#52FBAB
(82,251,171)
0 Favorites   0 Comments

Color spaces of #52fbab

RGB 82251171
HSL0.420.950.65
HSV152°67°98°
CMYK 0.670.000.32   0.02
XYZ45.327573.728550.3701
Yxy73.72850.26750.4352
Hunter Lab85.8653-56.035825.3252
CIE-Lab88.7940-61.057325.9993

#52fbab color RGB value is (82,251,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111011 10101011
Octal 122 373 253
Decimal 82 251 171
Hex 52 FB AB

RGB Percentages of Color #52fbab

%16.27
%49.80
%33.93

CMYK Percentages of Color #52fbab

%67
%0
%32
%2

Triadic Colors of #52fbab

#52fbab #ab52fb #fbab52

Analogous Colors of #52fbab

#52fbab #52f7fb #52fb57

Monochromatic Colors of #52fbab

#52fbab

Complementary Color

#52fbab #fb52a2

#52fbab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52fbab Color Preview on White Background

Lorem ipsum dolor sit amet.

#52fbab Color CSS Codes

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

#52fbab Text Font Color

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

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


#52fbab Background Color

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

This div background color is #52fbab


#52fbab Border Color

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

This div border color is #52fbab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52fbab

Related Colors


Comments

No comments written yet.

Please login to write comment.