Color Hex Logo

#52bafe Color Hex

#52BAFE
(82,186,254)
0 Favorites   0 Comments

Color spaces of #52bafe

RGB 82186254
HSL0.570.990.66
HSV204°68°100°
CMYK 0.680.270.00   0.00
XYZ38.928044.0674100.2201
Yxy44.06740.21250.2405
Hunter Lab66.3833-11.4961-43.0429
CIE-Lab72.2735-9.1726-42.3529

#52bafe color RGB value is (82,186,254).

#52bafe hex color red value is 82, green value is 186 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #52bafe hue: 0.57 , saturation: 0.99 and the lightness value of 52bafe is 0.66.

The process color (four color CMYK) of #52bafe color hex is 0.68, 0.27, 0.00, 0.00. Web safe color of #52bafe is #66ccff. Color #52bafe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111010 11111110
Octal 122 272 376
Decimal 82 186 254
Hex 52 BA FE

RGB Percentages of Color #52bafe

%15.71
%35.63
%48.66

CMYK Percentages of Color #52bafe

%68
%27
%0
%0

Triadic Colors of #52bafe

#52bafe #fe52ba #bafe52

Analogous Colors of #52bafe

#52bafe #5264fe #52feec

Monochromatic Colors of #52bafe

#52bafe

Complementary Color

#52bafe #fe9652

#52bafe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bafe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bafe Color CSS Codes

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

#52bafe Text Font Color

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

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


#52bafe Background Color

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

This div background color is #52bafe


#52bafe Border Color

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

This div border color is #52bafe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bafe


Comments

No comments written yet.

Please login to write comment.