Color Hex Logo

#52febc Color Hex

#52FEBC
(82,254,188)
0 Favorites   0 Comments

Color spaces of #52febc

RGB 82254188
HSL0.440.990.66
HSV157°68°100°
CMYK 0.680.000.26   0.00
XYZ47.998676.308359.7761
Yxy76.30830.26070.4145
Hunter Lab87.3546-54.790520.5765
CIE-Lab90.0023-58.738118.9983

#52febc color RGB value is (82,254,188).

#52febc hex color red value is 82, green value is 254 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #52febc hue: 0.44 , saturation: 0.99 and the lightness value of 52febc is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11111110 10111100
Octal 122 376 274
Decimal 82 254 188
Hex 52 FE BC

RGB Percentages of Color #52febc

%15.65
%48.47
%35.88

CMYK Percentages of Color #52febc

%68
%0
%26
%0

Triadic Colors of #52febc

#52febc #bc52fe #febc52

Analogous Colors of #52febc

#52febc #52eafe #52fe66

Monochromatic Colors of #52febc

#52febc

Complementary Color

#52febc #fe5294

#52febc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52febc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52febc Color CSS Codes

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

#52febc Text Font Color

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

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


#52febc Background Color

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

This div background color is #52febc


#52febc Border Color

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

This div border color is #52febc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52febc


Comments

No comments written yet.

Please login to write comment.