Color Hex Logo

#52cdee Color Hex

#52CDEE
(82,205,238)
0 Favorites   0 Comments

Color spaces of #52cdee

RGB 82205238
HSL0.540.820.63
HSV193°66°93°
CMYK 0.660.140.00   0.07
XYZ40.743651.629588.7070
Yxy51.62950.22500.2851
Hunter Lab71.8537-24.5280-22.8989
CIE-Lab77.0588-24.1134-26.3477

#52cdee color RGB value is (82,205,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11001101 11101110
Octal 122 315 356
Decimal 82 205 238
Hex 52 CD EE

RGB Percentages of Color #52cdee

%15.62
%39.05
%45.33

CMYK Percentages of Color #52cdee

%66
%14
%0
%7

Triadic Colors of #52cdee

#52cdee #ee52cd #cdee52

Analogous Colors of #52cdee

#52cdee #527fee #52eec1

Monochromatic Colors of #52cdee

#52cdee

Complementary Color

#52cdee #ee7352

#52cdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52cdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#52cdee Color CSS Codes

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

#52cdee Text Font Color

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

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


#52cdee Background Color

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

This div background color is #52cdee


#52cdee Border Color

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

This div border color is #52cdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52cdee


Comments

No comments written yet.

Please login to write comment.