Color Hex Logo

#52fcce Color Hex

#52FCCE
(82,252,206)
0 Favorites   0 Comments

Color spaces of #52fcce

RGB 82252206
HSL0.450.970.65
HSV164°67°99°
CMYK 0.670.000.18   0.01
XYZ49.430775.870970.4318
Yxy75.87090.25250.3876
Hunter Lab87.1039-51.134613.0311
CIE-Lab89.7994-53.94229.4445

#52fcce color RGB value is (82,252,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111100 11001110
Octal 122 374 316
Decimal 82 252 206
Hex 52 FC CE

RGB Percentages of Color #52fcce

%15.19
%46.67
%38.15

CMYK Percentages of Color #52fcce

%67
%0
%18
%1

Triadic Colors of #52fcce

#52fcce #ce52fc #fcce52

Analogous Colors of #52fcce

#52fcce #52d5fc #52fc79

Monochromatic Colors of #52fcce

#52fcce

Complementary Color

#52fcce #fc5280

#52fcce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52fcce Color Preview on White Background

Lorem ipsum dolor sit amet.

#52fcce Color CSS Codes

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

#52fcce Text Font Color

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

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


#52fcce Background Color

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

This div background color is #52fcce


#52fcce Border Color

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

This div border color is #52fcce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52fcce


Comments

No comments written yet.

Please login to write comment.