Color Hex Logo

#52bcfb Color Hex

#52BCFB
(82,188,251)
0 Favorites   0 Comments

Color spaces of #52bcfb

RGB 82188251
HSL0.560.950.65
HSV202°67°98°
CMYK 0.670.250.00   0.02
XYZ38.875544.725397.8507
Yxy44.72530.21420.2465
Hunter Lab66.8770-13.2729-39.9360
CIE-Lab72.7106-11.2237-40.0539

#52bcfb color RGB value is (82,188,251).

#52bcfb hex color red value is 82, green value is 188 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #52bcfb hue: 0.56 , saturation: 0.95 and the lightness value of 52bcfb is 0.65.

The process color (four color CMYK) of #52bcfb color hex is 0.67, 0.25, 0.00, 0.02. Web safe color of #52bcfb is #66ccff. Color #52bcfb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111100 11111011
Octal 122 274 373
Decimal 82 188 251
Hex 52 BC FB

RGB Percentages of Color #52bcfb

%15.74
%36.08
%48.18

CMYK Percentages of Color #52bcfb

%67
%25
%0
%2

Triadic Colors of #52bcfb

#52bcfb #fb52bc #bcfb52

Analogous Colors of #52bcfb

#52bcfb #5268fb #52fbe6

Monochromatic Colors of #52bcfb

#52bcfb

Complementary Color

#52bcfb #fb9152

#52bcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bcfb Color CSS Codes

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

#52bcfb Text Font Color

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

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


#52bcfb Background Color

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

This div background color is #52bcfb


#52bcfb Border Color

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

This div border color is #52bcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bcfb

Related Colors


Comments

No comments written yet.

Please login to write comment.