Color Hex Logo

#52daee Color Hex

#52DAEE
(82,218,238)
0 Favorites   0 Comments

Color spaces of #52daee

RGB 82218238
HSL0.520.820.63
HSV188°66°93°
CMYK 0.660.080.00   0.07
XYZ43.983758.109789.7870
Yxy58.10970.22920.3028
Hunter Lab76.2297-30.4095-16.4738
CIE-Lab80.7997-30.4985-20.6528

#52daee color RGB value is (82,218,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 11101110
Octal 122 332 356
Decimal 82 218 238
Hex 52 DA EE

RGB Percentages of Color #52daee

%15.24
%40.52
%44.24

CMYK Percentages of Color #52daee

%66
%8
%0
%7

Triadic Colors of #52daee

#52daee #ee52da #daee52

Analogous Colors of #52daee

#52daee #528cee #52eeb4

Monochromatic Colors of #52daee

#52daee

Complementary Color

#52daee #ee6652

#52daee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52daee Color Preview on White Background

Lorem ipsum dolor sit amet.

#52daee Color CSS Codes

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

#52daee Text Font Color

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

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


#52daee Background Color

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

This div background color is #52daee


#52daee Border Color

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

This div border color is #52daee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52daee


Comments

No comments written yet.

Please login to write comment.