Color Hex Logo

#52face Color Hex

#52FACE
(82,250,206)
0 Favorites   0 Comments

Color spaces of #52face

RGB 82250206
HSL0.460.940.65
HSV164°67°98°
CMYK 0.670.000.18   0.02
XYZ48.805974.621370.2235
Yxy74.62130.25200.3853
Hunter Lab86.3836-50.320612.2701
CIE-Lab89.2153-53.12608.6082

#52face color RGB value is (82,250,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111010 11001110
Octal 122 372 316
Decimal 82 250 206
Hex 52 FA CE

RGB Percentages of Color #52face

%15.24
%46.47
%38.29

CMYK Percentages of Color #52face

%67
%0
%18
%2

Triadic Colors of #52face

#52face #ce52fa #face52

Analogous Colors of #52face

#52face #52d2fa #52fa7a

Monochromatic Colors of #52face

#52face

Complementary Color

#52face #fa527e

#52face Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52face Color Preview on White Background

Lorem ipsum dolor sit amet.

#52face Color CSS Codes

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

#52face Text Font Color

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

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


#52face Background Color

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

This div background color is #52face


#52face Border Color

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

This div border color is #52face


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52face


Comments

No comments written yet.

Please login to write comment.