Color Hex Logo

#52daeb Color Hex

#52DAEB
(82,218,235)
0 Favorites   0 Comments

Color spaces of #52daeb

RGB 82218235
HSL0.520.790.62
HSV187°65°92°
CMYK 0.650.070.00   0.08
XYZ43.546557.934887.4847
Yxy57.93480.23040.3066
Hunter Lab76.1149-31.0785-14.8661
CIE-Lab80.7025-31.3651-19.2034

#52daeb color RGB value is (82,218,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 11011010 11101011
Octal 122 332 353
Decimal 82 218 235
Hex 52 DA EB

RGB Percentages of Color #52daeb

%15.33
%40.75
%43.93

CMYK Percentages of Color #52daeb

%65
%7
%0
%8

Triadic Colors of #52daeb

#52daeb #eb52da #daeb52

Analogous Colors of #52daeb

#52daeb #528eeb #52ebb0

Monochromatic Colors of #52daeb

#52daeb

Complementary Color

#52daeb #eb6352

#52daeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52daeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52daeb Color CSS Codes

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

#52daeb Text Font Color

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

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


#52daeb Background Color

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

This div background color is #52daeb


#52daeb Border Color

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

This div border color is #52daeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52daeb


Comments

No comments written yet.

Please login to write comment.