Color Hex Logo

#52eeed Color Hex

#52EEED
(82,238,237)
0 Favorites   0 Comments

Color spaces of #52eeed

RGB 82238237
HSL0.500.820.63
HSV180°66°93°
CMYK 0.660.000.00   0.07
XYZ49.340369.057390.8497
Yxy69.05730.23580.3300
Hunter Lab83.1007-39.4435-6.6482
CIE-Lab86.5324-40.1058-11.5059

#52eeed color RGB value is (82,238,237).

#52eeed hex color red value is 82, green value is 238 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #52eeed hue: 0.50 , saturation: 0.82 and the lightness value of 52eeed is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101110 11101101
Octal 122 356 355
Decimal 82 238 237
Hex 52 EE ED

RGB Percentages of Color #52eeed

%14.72
%42.73
%42.55

CMYK Percentages of Color #52eeed

%66
%0
%0
%7

Triadic Colors of #52eeed

#52eeed #ed52ee #eeed52

Analogous Colors of #52eeed

#52eeed #52a1ee #52ee9f

Monochromatic Colors of #52eeed

#52eeed

Complementary Color

#52eeed #ee5253

#52eeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52eeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#52eeed Color CSS Codes

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

#52eeed Text Font Color

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

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


#52eeed Background Color

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

This div background color is #52eeed


#52eeed Border Color

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

This div border color is #52eeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52eeed


Comments

No comments written yet.

Please login to write comment.