Color Hex Logo

#52bede Color Hex

#52BEDE
(82,190,222)
0 Favorites   0 Comments

Color spaces of #52bede

RGB 82190222
HSL0.540.680.60
HSV194°63°87°
CMYK 0.630.140.00   0.13
XYZ35.077943.894775.7310
Yxy43.89470.22670.2837
Hunter Lab66.2531-21.4355-21.3947
CIE-Lab72.1581-21.3436-25.2050

#52bede color RGB value is (82,190,222).

#52bede hex color red value is 82, green value is 190 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #52bede hue: 0.54 , saturation: 0.68 and the lightness value of 52bede is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111110 11011110
Octal 122 276 336
Decimal 82 190 222
Hex 52 BE DE

RGB Percentages of Color #52bede

%16.60
%38.46
%44.94

CMYK Percentages of Color #52bede

%63
%14
%0
%13

Triadic Colors of #52bede

#52bede #de52be #bede52

Analogous Colors of #52bede

#52bede #5278de #52deb8

Monochromatic Colors of #52bede

#52bede

Complementary Color

#52bede #de7252

#52bede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bede Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bede Color CSS Codes

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

#52bede Text Font Color

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

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


#52bede Background Color

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

This div background color is #52bede


#52bede Border Color

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

This div border color is #52bede


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bede


Comments

No comments written yet.

Please login to write comment.