Color Hex Logo

#52faab Color Hex

#52FAAB
(82,250,171)
0 Favorites   0 Comments

Color spaces of #52faab

RGB 82250171
HSL0.420.940.65
HSV152°67°98°
CMYK 0.670.000.32   0.02
XYZ45.016073.105350.2662
Yxy73.10530.26730.4341
Hunter Lab85.5016-55.648924.9947
CIE-Lab88.4979-60.678025.5952

#52faab color RGB value is (82,250,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111010 10101011
Octal 122 372 253
Decimal 82 250 171
Hex 52 FA AB

RGB Percentages of Color #52faab

%16.30
%49.70
%34.00

CMYK Percentages of Color #52faab

%67
%0
%32
%2

Triadic Colors of #52faab

#52faab #ab52fa #faab52

Analogous Colors of #52faab

#52faab #52f5fa #52fa57

Monochromatic Colors of #52faab

#52faab

Complementary Color

#52faab #fa52a1

#52faab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52faab Color Preview on White Background

Lorem ipsum dolor sit amet.

#52faab Color CSS Codes

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

#52faab Text Font Color

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

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


#52faab Background Color

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

This div background color is #52faab


#52faab Border Color

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

This div border color is #52faab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52faab


Comments

No comments written yet.

Please login to write comment.