Color Hex Logo

#52bdec Color Hex

#52BDEC
(82,189,236)
0 Favorites   0 Comments

Color spaces of #52bdec

RGB 82189236
HSL0.550.800.62
HSV198°65°93°
CMYK 0.650.200.00   0.07
XYZ36.817644.245285.9566
Yxy44.24520.22040.2649
Hunter Lab66.5171-17.6040-30.0555
CIE-Lab72.3921-16.5187-32.4429

#52bdec color RGB value is (82,189,236).

#52bdec hex color red value is 82, green value is 189 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #52bdec hue: 0.55 , saturation: 0.80 and the lightness value of 52bdec is 0.62.

The process color (four color CMYK) of #52bdec color hex is 0.65, 0.20, 0.00, 0.07. Web safe color of #52bdec is #66ccff. Color #52bdec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111101 11101100
Octal 122 275 354
Decimal 82 189 236
Hex 52 BD EC

RGB Percentages of Color #52bdec

%16.17
%37.28
%46.55

CMYK Percentages of Color #52bdec

%65
%20
%0
%7

Triadic Colors of #52bdec

#52bdec #ec52bd #bdec52

Analogous Colors of #52bdec

#52bdec #5270ec #52ecce

Monochromatic Colors of #52bdec

#52bdec

Complementary Color

#52bdec #ec8152

#52bdec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bdec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bdec Color CSS Codes

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

#52bdec Text Font Color

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

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


#52bdec Background Color

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

This div background color is #52bdec


#52bdec Border Color

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

This div border color is #52bdec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bdec


Comments

No comments written yet.

Please login to write comment.