Color Hex Logo

#52faca Color Hex

#52FACA
(82,250,202)
0 Favorites   0 Comments

Color spaces of #52faca

RGB 82250202
HSL0.450.940.65
HSV163°67°98°
CMYK 0.670.000.19   0.02
XYZ48.326074.429367.6964
Yxy74.42930.25370.3908
Hunter Lab86.2724-50.988913.8669
CIE-Lab89.1250-54.053410.5506

#52faca color RGB value is (82,250,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111010 11001010
Octal 122 372 312
Decimal 82 250 202
Hex 52 FA CA

RGB Percentages of Color #52faca

%15.36
%46.82
%37.83

CMYK Percentages of Color #52faca

%67
%0
%19
%2

Triadic Colors of #52faca

#52faca #ca52fa #faca52

Analogous Colors of #52faca

#52faca #52d6fa #52fa76

Monochromatic Colors of #52faca

#52faca

Complementary Color

#52faca #fa5282

#52faca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52faca Color Preview on White Background

Lorem ipsum dolor sit amet.

#52faca Color CSS Codes

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

#52faca Text Font Color

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

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


#52faca Background Color

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

This div background color is #52faca


#52faca Border Color

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

This div border color is #52faca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52faca

Related Colors


Comments

No comments written yet.

Please login to write comment.