Color Hex Logo

#52ebeb Color Hex

#52EBEB
(82,235,235)
0 Favorites   0 Comments

Color spaces of #52ebeb

RGB 82235235
HSL0.500.790.62
HSV180°65°92°
CMYK 0.650.000.00   0.08
XYZ48.183467.208789.0303
Yxy67.20870.23570.3288
Hunter Lab81.9809-38.5551-7.0016
CIE-Lab85.6092-39.2921-11.8322

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

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11101011 11101011
Octal 122 353 353
Decimal 82 235 235
Hex 52 EB EB

RGB Percentages of Color #52ebeb

%14.86
%42.57
%42.57

CMYK Percentages of Color #52ebeb

%65
%0
%0
%8

Triadic Colors of #52ebeb

#52ebeb #eb52eb #ebeb52

Analogous Colors of #52ebeb

#52ebeb #529feb #52eb9f

Monochromatic Colors of #52ebeb

#52ebeb

Complementary Color

#52ebeb #eb5252

#52ebeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ebeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ebeb Color CSS Codes

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

#52ebeb Text Font Color

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

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


#52ebeb Background Color

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

This div background color is #52ebeb


#52ebeb Border Color

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

This div border color is #52ebeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ebeb


Comments

No comments written yet.

Please login to write comment.