Color Hex Logo

#52e7c4 Color Hex

#52E7C4
(82,231,196)
0 Favorites   0 Comments

Color spaces of #52e7c4

RGB 82231196
HSL0.460.760.61
HSV166°65°91°
CMYK 0.650.000.15   0.09
XYZ42.019462.931262.1568
Yxy62.93120.25150.3766
Hunter Lab79.3292-44.27759.0749
CIE-Lab83.4062-47.57825.4798

#52e7c4 color RGB value is (82,231,196).

#52e7c4 hex color red value is 82, green value is 231 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #52e7c4 hue: 0.46 , saturation: 0.76 and the lightness value of 52e7c4 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11100111 11000100
Octal 122 347 304
Decimal 82 231 196
Hex 52 E7 C4

RGB Percentages of Color #52e7c4

%16.11
%45.38
%38.51

CMYK Percentages of Color #52e7c4

%65
%0
%15
%9

Triadic Colors of #52e7c4

#52e7c4 #c452e7 #e7c452

Analogous Colors of #52e7c4

#52e7c4 #52c0e7 #52e77a

Monochromatic Colors of #52e7c4

#52e7c4

Complementary Color

#52e7c4 #e75275

#52e7c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52e7c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#52e7c4 Color CSS Codes

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

#52e7c4 Text Font Color

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

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


#52e7c4 Background Color

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

This div background color is #52e7c4


#52e7c4 Border Color

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

This div border color is #52e7c4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52e7c4


Comments

No comments written yet.

Please login to write comment.