Color Hex Logo

#52bcec Color Hex

#52BCEC
(82,188,236)
0 Favorites   0 Comments

Color spaces of #52bcec

RGB 82188236
HSL0.550.800.62
HSV199°65°93°
CMYK 0.650.200.00   0.07
XYZ36.603243.816485.8851
Yxy43.81640.22010.2635
Hunter Lab66.1940-17.1345-30.5916
CIE-Lab72.1056-15.9928-32.8855

#52bcec color RGB value is (82,188,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111100 11101100
Octal 122 274 354
Decimal 82 188 236
Hex 52 BC EC

RGB Percentages of Color #52bcec

%16.21
%37.15
%46.64

CMYK Percentages of Color #52bcec

%65
%20
%0
%7

Triadic Colors of #52bcec

#52bcec #ec52bc #bcec52

Analogous Colors of #52bcec

#52bcec #526fec #52eccf

Monochromatic Colors of #52bcec

#52bcec

Complementary Color

#52bcec #ec8252

#52bcec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bcec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bcec Color CSS Codes

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

#52bcec Text Font Color

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

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


#52bcec Background Color

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

This div background color is #52bcec


#52bcec Border Color

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

This div border color is #52bcec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bcec


Comments

No comments written yet.

Please login to write comment.