Color Hex Logo

#52ceec Color Hex

#52CEEC
(82,206,236)
0 Favorites   0 Comments

Color spaces of #52ceec

RGB 82206236
HSL0.530.800.62
HSV192°65°93°
CMYK 0.650.130.00   0.07
XYZ40.691351.992687.2478
Yxy51.99260.22610.2890
Hunter Lab72.1059-25.4530-21.2665
CIE-Lab77.2764-25.2129-24.9426

#52ceec color RGB value is (82,206,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001110 11101100
Octal 122 316 354
Decimal 82 206 236
Hex 52 CE EC

RGB Percentages of Color #52ceec

%15.65
%39.31
%45.04

CMYK Percentages of Color #52ceec

%65
%13
%0
%7

Triadic Colors of #52ceec

#52ceec #ec52ce #ceec52

Analogous Colors of #52ceec

#52ceec #5281ec #52ecbd

Monochromatic Colors of #52ceec

#52ceec

Complementary Color

#52ceec #ec7052

#52ceec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ceec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ceec Color CSS Codes

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

#52ceec Text Font Color

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

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


#52ceec Background Color

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

This div background color is #52ceec


#52ceec Border Color

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

This div border color is #52ceec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ceec


Comments

No comments written yet.

Please login to write comment.