Color Hex Logo

#52ffcf Color Hex

#52FFCF
(82,255,207)
0 Favorites   0 Comments

Color spaces of #52ffcf

RGB 82255207
HSL0.451.000.66
HSV163°68°100°
CMYK 0.680.000.19   0.00
XYZ50.502277.818871.3903
Yxy77.81880.25290.3897
Hunter Lab88.2150-52.186713.7685
CIE-Lab90.6972-54.927410.2113

#52ffcf color RGB value is (82,255,207).

#52ffcf hex color red value is 82, green value is 255 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #52ffcf hue: 0.45 , saturation: 1.00 and the lightness value of 52ffcf is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111111 11001111
Octal 122 377 317
Decimal 82 255 207
Hex 52 FF CF

RGB Percentages of Color #52ffcf

%15.07
%46.88
%38.05

CMYK Percentages of Color #52ffcf

%68
%0
%19
%0

Triadic Colors of #52ffcf

#52ffcf #cf52ff #ffcf52

Analogous Colors of #52ffcf

#52ffcf #52d9ff #52ff79

Monochromatic Colors of #52ffcf

#52ffcf

Complementary Color

#52ffcf #ff5282

#52ffcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ffcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ffcf Color CSS Codes

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

#52ffcf Text Font Color

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

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


#52ffcf Background Color

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

This div background color is #52ffcf


#52ffcf Border Color

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

This div border color is #52ffcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ffcf

Related Colors


Comments

No comments written yet.

Please login to write comment.