Color Hex Logo

#52ceef Color Hex

#52CEEF
(82,206,239)
0 Favorites   0 Comments

Color spaces of #52ceef

RGB 82206239
HSL0.540.830.63
HSV193°66°94°
CMYK 0.660.140.00   0.06
XYZ41.131052.168489.5630
Yxy52.16840.22490.2853
Hunter Lab72.2277-24.7493-22.9608
CIE-Lab77.3814-24.3130-26.3903

#52ceef color RGB value is (82,206,239).

#52ceef hex color red value is 82, green value is 206 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #52ceef hue: 0.54 , saturation: 0.83 and the lightness value of 52ceef is 0.63.

The process color (four color CMYK) of #52ceef color hex is 0.66, 0.14, 0.00, 0.06. Web safe color of #52ceef is #66ccff. Color #52ceef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001110 11101111
Octal 122 316 357
Decimal 82 206 239
Hex 52 CE EF

RGB Percentages of Color #52ceef

%15.56
%39.09
%45.35

CMYK Percentages of Color #52ceef

%66
%14
%0
%6

Triadic Colors of #52ceef

#52ceef #ef52ce #ceef52

Analogous Colors of #52ceef

#52ceef #5280ef #52efc2

Monochromatic Colors of #52ceef

#52ceef

Complementary Color

#52ceef #ef7352

#52ceef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52ceef Color Preview on White Background

Lorem ipsum dolor sit amet.

#52ceef Color CSS Codes

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

#52ceef Text Font Color

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

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


#52ceef Background Color

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

This div background color is #52ceef


#52ceef Border Color

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

This div border color is #52ceef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52ceef


Comments

No comments written yet.

Please login to write comment.