Color Hex Logo

#52f3eb Color Hex

#52F3EB
(82,243,235)
0 Favorites   0 Comments

Color spaces of #52f3eb

RGB 82243235
HSL0.490.870.64
HSV177°66°95°
CMYK 0.660.000.03   0.05
XYZ50.525771.893289.8111
Yxy71.89320.23810.3388
Hunter Lab84.7899-42.0153-3.4482
CIE-Lab87.9172-42.8818-8.3981

#52f3eb color RGB value is (82,243,235).

#52f3eb hex color red value is 82, green value is 243 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #52f3eb hue: 0.49 , saturation: 0.87 and the lightness value of 52f3eb is 0.64.

The process color (four color CMYK) of #52f3eb color hex is 0.66, 0.00, 0.03, 0.05. Web safe color of #52f3eb is #66ffff. Color #52f3eb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11110011 11101011
Octal 122 363 353
Decimal 82 243 235
Hex 52 F3 EB

RGB Percentages of Color #52f3eb

%14.64
%43.39
%41.96

CMYK Percentages of Color #52f3eb

%66
%0
%3
%5

Triadic Colors of #52f3eb

#52f3eb #eb52f3 #f3eb52

Analogous Colors of #52f3eb

#52f3eb #52abf3 #52f39b

Monochromatic Colors of #52f3eb

#52f3eb

Complementary Color

#52f3eb #f3525a

#52f3eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52f3eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52f3eb Color CSS Codes

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

#52f3eb Text Font Color

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

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


#52f3eb Background Color

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

This div background color is #52f3eb


#52f3eb Border Color

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

This div border color is #52f3eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52f3eb


Comments

No comments written yet.

Please login to write comment.