Color Hex Logo

#52aeeb Color Hex

#52AEEB
(82,174,235)
0 Favorites   0 Comments

Color spaces of #52aeeb

RGB 82174235
HSL0.570.790.62
HSV204°65°92°
CMYK 0.650.260.00   0.08
XYZ33.611138.064184.1729
Yxy38.06410.21570.2442
Hunter Lab61.6961-10.7241-37.7029
CIE-Lab68.0678-8.7837-38.6110

#52aeeb color RGB value is (82,174,235).

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

The process color (four color CMYK) of #52aeeb color hex is 0.65, 0.26, 0.00, 0.08. Web safe color of #52aeeb is #6699ff. Color #52aeeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11101011
Octal 122 256 353
Decimal 82 174 235
Hex 52 AE EB

RGB Percentages of Color #52aeeb

%16.70
%35.44
%47.86

CMYK Percentages of Color #52aeeb

%65
%26
%0
%8

Triadic Colors of #52aeeb

#52aeeb #eb52ae #aeeb52

Analogous Colors of #52aeeb

#52aeeb #5262eb #52ebdc

Monochromatic Colors of #52aeeb

#52aeeb

Complementary Color

#52aeeb #eb8f52

#52aeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aeeb Color CSS Codes

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

#52aeeb Text Font Color

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

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


#52aeeb Background Color

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

This div background color is #52aeeb


#52aeeb Border Color

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

This div border color is #52aeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aeeb


Comments

No comments written yet.

Please login to write comment.