Color Hex Logo

#52fccc Color Hex

#52FCCC
(82,252,204)
0 Favorites   0 Comments

Color spaces of #52fccc

RGB 82252204
HSL0.450.970.65
HSV163°67°99°
CMYK 0.670.000.19   0.01
XYZ49.189275.774369.1601
Yxy75.77430.25340.3903
Hunter Lab87.0484-51.468213.8279
CIE-Lab89.7544-54.404510.4144

#52fccc color RGB value is (82,252,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111100 11001100
Octal 122 374 314
Decimal 82 252 204
Hex 52 FC CC

RGB Percentages of Color #52fccc

%15.24
%46.84
%37.92

CMYK Percentages of Color #52fccc

%67
%0
%19
%1

Triadic Colors of #52fccc

#52fccc #cc52fc #fccc52

Analogous Colors of #52fccc

#52fccc #52d7fc #52fc77

Monochromatic Colors of #52fccc

#52fccc

Complementary Color

#52fccc #fc5282

#52fccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52fccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52fccc Color CSS Codes

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

#52fccc Text Font Color

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

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


#52fccc Background Color

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

This div background color is #52fccc


#52fccc Border Color

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

This div border color is #52fccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52fccc


Comments

No comments written yet.

Please login to write comment.