Color Hex Logo

#52bade Color Hex

#52BADE
(82,186,222)
0 Favorites   0 Comments

Color spaces of #52bade

RGB 82186222
HSL0.540.680.60
HSV195°63°87°
CMYK 0.630.160.00   0.13
XYZ34.223442.185675.4461
Yxy42.18560.22540.2778
Hunter Lab64.9504-19.6088-23.4056
CIE-Lab70.9987-19.2826-26.9815

#52bade color RGB value is (82,186,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111010 11011110
Octal 122 272 336
Decimal 82 186 222
Hex 52 BA DE

RGB Percentages of Color #52bade

%16.73
%37.96
%45.31

CMYK Percentages of Color #52bade

%63
%16
%0
%13

Triadic Colors of #52bade

#52bade #de52ba #bade52

Analogous Colors of #52bade

#52bade #5274de #52debc

Monochromatic Colors of #52bade

#52bade

Complementary Color

#52bade #de7652

#52bade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bade Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bade Color CSS Codes

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

#52bade Text Font Color

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

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


#52bade Background Color

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

This div background color is #52bade


#52bade Border Color

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

This div border color is #52bade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bade


Comments

No comments written yet.

Please login to write comment.