Color Hex Logo

#52aecf Color Hex

#52AECF
(82,174,207)
0 Favorites   0 Comments

Color spaces of #52aecf

RGB 82174207
HSL0.540.570.57
HSV196°60°81°
CMYK 0.600.160.00   0.19
XYZ29.878236.570964.5156
Yxy36.57090.22810.2792
Hunter Lab60.4739-17.6382-20.9209
CIE-Lab66.9538-17.5886-24.9589

#52aecf color RGB value is (82,174,207).

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

The process color (four color CMYK) of #52aecf color hex is 0.60, 0.16, 0.00, 0.19. Web safe color of #52aecf is #6699cc. Color #52aecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11001111
Octal 122 256 317
Decimal 82 174 207
Hex 52 AE CF

RGB Percentages of Color #52aecf

%17.71
%37.58
%44.71

CMYK Percentages of Color #52aecf

%60
%16
%0
%19

Triadic Colors of #52aecf

#52aecf #cf52ae #aecf52

Analogous Colors of #52aecf

#52aecf #5270cf #52cfb2

Monochromatic Colors of #52aecf

#52aecf

Complementary Color

#52aecf #cf7352

#52aecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aecf Color CSS Codes

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

#52aecf Text Font Color

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

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


#52aecf Background Color

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

This div background color is #52aecf


#52aecf Border Color

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

This div border color is #52aecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aecf


Comments

No comments written yet.

Please login to write comment.