Color Hex Logo

#52deec Color Hex

#52DEEC
(82,222,236)
0 Favorites   0 Comments

Color spaces of #52deec

RGB 82222236
HSL0.520.800.62
HSV185°65°93°
CMYK 0.650.060.00   0.07
XYZ44.741360.092588.5978
Yxy60.09250.23130.3107
Hunter Lab77.5194-32.6353-13.4997
CIE-Lab81.8884-32.9833-17.9440

#52deec color RGB value is (82,222,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011110 11101100
Octal 122 336 354
Decimal 82 222 236
Hex 52 DE EC

RGB Percentages of Color #52deec

%15.19
%41.11
%43.70

CMYK Percentages of Color #52deec

%65
%6
%0
%7

Triadic Colors of #52deec

#52deec #ec52de #deec52

Analogous Colors of #52deec

#52deec #5291ec #52ecad

Monochromatic Colors of #52deec

#52deec

Complementary Color

#52deec #ec6052

#52deec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52deec Color Preview on White Background

Lorem ipsum dolor sit amet.

#52deec Color CSS Codes

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

#52deec Text Font Color

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

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


#52deec Background Color

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

This div background color is #52deec


#52deec Border Color

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

This div border color is #52deec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52deec


Comments

No comments written yet.

Please login to write comment.