Color Hex Logo

#52ebda Color Hex

#52EBDA
(82,235,218)
0 Favorites   0 Comments

Color spaces of #52ebda

RGB 82235218
HSL0.480.790.62
HSV173°65°92°
CMYK 0.650.000.07   0.08
XYZ45.842966.272576.7054
Yxy66.27250.24280.3510
Hunter Lab81.4079-41.94591.1204
CIE-Lab85.1352-43.8117-3.5874

#52ebda color RGB value is (82,235,218).

#52ebda hex color red value is 82, green value is 235 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #52ebda hue: 0.48 , saturation: 0.79 and the lightness value of 52ebda is 0.62.

The process color (four color CMYK) of #52ebda color hex is 0.65, 0.00, 0.07, 0.08. Web safe color of #52ebda is #66ffcc. Color #52ebda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101011 11011010
Octal 122 353 332
Decimal 82 235 218
Hex 52 EB DA

RGB Percentages of Color #52ebda

%15.33
%43.93
%40.75

CMYK Percentages of Color #52ebda

%65
%0
%7
%8

Triadic Colors of #52ebda

#52ebda #da52eb #ebda52

Analogous Colors of #52ebda

#52ebda #52b0eb #52eb8e

Monochromatic Colors of #52ebda

#52ebda

Complementary Color

#52ebda #eb5263

#52ebda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ebda Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ebda Color CSS Codes

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

#52ebda Text Font Color

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

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


#52ebda Background Color

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

This div background color is #52ebda


#52ebda Border Color

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

This div border color is #52ebda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ebda


Comments

No comments written yet.

Please login to write comment.