Color Hex Logo

#52ddbe Color Hex

#52DDBE
(82,221,190)
0 Favorites   0 Comments

Color spaces of #52ddbe

RGB 82221190
HSL0.460.670.59
HSV167°63°87°
CMYK 0.630.000.14   0.13
XYZ38.630457.224457.7246
Yxy57.22440.25150.3726
Hunter Lab75.6468-41.22777.7097
CIE-Lab80.3056-44.74244.1752

#52ddbe color RGB value is (82,221,190).

#52ddbe hex color red value is 82, green value is 221 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #52ddbe hue: 0.46 , saturation: 0.67 and the lightness value of 52ddbe is 0.59.

The process color (four color CMYK) of #52ddbe color hex is 0.63, 0.00, 0.14, 0.13. Web safe color of #52ddbe is #66cccc. Color #52ddbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011101 10111110
Octal 122 335 276
Decimal 82 221 190
Hex 52 DD BE

RGB Percentages of Color #52ddbe

%16.63
%44.83
%38.54

CMYK Percentages of Color #52ddbe

%63
%0
%14
%13

Triadic Colors of #52ddbe

#52ddbe #be52dd #ddbe52

Analogous Colors of #52ddbe

#52ddbe #52b7dd #52dd79

Monochromatic Colors of #52ddbe

#52ddbe

Complementary Color

#52ddbe #dd5271

#52ddbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ddbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ddbe Color CSS Codes

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

#52ddbe Text Font Color

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

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


#52ddbe Background Color

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

This div background color is #52ddbe


#52ddbe Border Color

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

This div border color is #52ddbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ddbe


Comments

No comments written yet.

Please login to write comment.