Color Hex Logo

#52ebbe Color Hex

#52EBBE
(82,235,190)
0 Favorites   0 Comments

Color spaces of #52ebbe

RGB 82235190
HSL0.450.790.62
HSV162°65°92°
CMYK 0.650.000.19   0.08
XYZ42.482364.928259.0085
Yxy64.92820.25530.3901
Hunter Lab80.5780-46.902912.9857
CIE-Lab84.4467-50.669810.1237

#52ebbe color RGB value is (82,235,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101011 10111110
Octal 122 353 276
Decimal 82 235 190
Hex 52 EB BE

RGB Percentages of Color #52ebbe

%16.17
%46.35
%37.48

CMYK Percentages of Color #52ebbe

%65
%0
%19
%8

Triadic Colors of #52ebbe

#52ebbe #be52eb #ebbe52

Analogous Colors of #52ebbe

#52ebbe #52cceb #52eb72

Monochromatic Colors of #52ebbe

#52ebbe

Complementary Color

#52ebbe #eb527f

#52ebbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ebbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ebbe Color CSS Codes

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

#52ebbe Text Font Color

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

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


#52ebbe Background Color

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

This div background color is #52ebbe


#52ebbe Border Color

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

This div border color is #52ebbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,235,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 #52ebbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ebbe


Comments

No comments written yet.

Please login to write comment.