Color Hex Logo

#52aeee Color Hex

#52AEEE
(82,174,238)
0 Favorites   0 Comments

Color spaces of #52aeee

RGB 82174238
HSL0.570.820.63
HSV205°66°93°
CMYK 0.660.270.00   0.07
XYZ34.048338.239086.4752
Yxy38.23900.21450.2409
Hunter Lab61.8377-9.9325-39.6261
CIE-Lab68.1964-7.8114-40.0478

#52aeee color RGB value is (82,174,238).

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

The process color (four color CMYK) of #52aeee color hex is 0.66, 0.27, 0.00, 0.07. Web safe color of #52aeee is #6699ff. Color #52aeee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11101110
Octal 122 256 356
Decimal 82 174 238
Hex 52 AE EE

RGB Percentages of Color #52aeee

%16.60
%35.22
%48.18

CMYK Percentages of Color #52aeee

%66
%27
%0
%7

Triadic Colors of #52aeee

#52aeee #ee52ae #aeee52

Analogous Colors of #52aeee

#52aeee #5260ee #52eee0

Monochromatic Colors of #52aeee

#52aeee

Complementary Color

#52aeee #ee9252

#52aeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aeee Color CSS Codes

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

#52aeee Text Font Color

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

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


#52aeee Background Color

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

This div background color is #52aeee


#52aeee Border Color

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

This div border color is #52aeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aeee


Comments

No comments written yet.

Please login to write comment.