Color Hex Logo

#52bfec Color Hex

#52BFEC
(82,191,236)
0 Favorites   0 Comments

Color spaces of #52bfec

RGB 82191236
HSL0.550.800.62
HSV198°65°93°
CMYK 0.650.190.00   0.07
XYZ37.250845.111686.1010
Yxy45.11160.22110.2678
Hunter Lab67.1652-18.5403-28.9900
CIE-Lab72.9653-17.5656-31.5580

#52bfec color RGB value is (82,191,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111111 11101100
Octal 122 277 354
Decimal 82 191 236
Hex 52 BF EC

RGB Percentages of Color #52bfec

%16.11
%37.52
%46.37

CMYK Percentages of Color #52bfec

%65
%19
%0
%7

Triadic Colors of #52bfec

#52bfec #ec52bf #bfec52

Analogous Colors of #52bfec

#52bfec #5272ec #52eccc

Monochromatic Colors of #52bfec

#52bfec

Complementary Color

#52bfec #ec7f52

#52bfec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bfec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bfec Color CSS Codes

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

#52bfec Text Font Color

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

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


#52bfec Background Color

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

This div background color is #52bfec


#52bfec Border Color

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

This div border color is #52bfec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bfec


Comments

No comments written yet.

Please login to write comment.