Color Hex Logo

#52bbde Color Hex

#52BBDE
(82,187,222)
0 Favorites   0 Comments

Color spaces of #52bbde

RGB 82187222
HSL0.540.680.60
HSV195°63°87°
CMYK 0.630.160.00   0.13
XYZ34.434842.608475.5166
Yxy42.60840.22570.2793
Hunter Lab65.2751-20.0667-22.8999
CIE-Lab71.2884-19.8003-26.5371

#52bbde color RGB value is (82,187,222).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111011 11011110
Octal 122 273 336
Decimal 82 187 222
Hex 52 BB DE

RGB Percentages of Color #52bbde

%16.70
%38.09
%45.21

CMYK Percentages of Color #52bbde

%63
%16
%0
%13

Triadic Colors of #52bbde

#52bbde #de52bb #bbde52

Analogous Colors of #52bbde

#52bbde #5275de #52debb

Monochromatic Colors of #52bbde

#52bbde

Complementary Color

#52bbde #de7552

#52bbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bbde Color CSS Codes

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

#52bbde Text Font Color

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

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


#52bbde Background Color

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

This div background color is #52bbde


#52bbde Border Color

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

This div border color is #52bbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bbde


Comments

No comments written yet.

Please login to write comment.