Color Hex Logo

#52bbff Color Hex

#52BBFF
(82,187,255)
0 Favorites   0 Comments

Color spaces of #52bbff

RGB 82187255
HSL0.571.000.66
HSV204°68°100°
CMYK 0.680.270.00   0.00
XYZ39.300044.5545101.1363
Yxy44.55450.21240.2408
Hunter Lab66.7492-11.7153-43.1100
CIE-Lab72.5976-9.3903-42.3853

#52bbff color RGB value is (82,187,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111011 11111111
Octal 122 273 377
Decimal 82 187 255
Hex 52 BB FF

RGB Percentages of Color #52bbff

%15.65
%35.69
%48.66

CMYK Percentages of Color #52bbff

%68
%27
%0
%0

Triadic Colors of #52bbff

#52bbff #ff52bb #bbff52

Analogous Colors of #52bbff

#52bbff #5265ff #52ffed

Monochromatic Colors of #52bbff

#52bbff

Complementary Color

#52bbff #ff9652

#52bbff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bbff Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bbff Color CSS Codes

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

#52bbff Text Font Color

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

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


#52bbff Background Color

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

This div background color is #52bbff


#52bbff Border Color

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

This div border color is #52bbff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bbff

Related Colors


Comments

No comments written yet.

Please login to write comment.