Color Hex Logo

#52aeca Color Hex

#52AECA
(82,174,202)
0 Favorites   0 Comments

Color spaces of #52aeca

RGB 82174202
HSL0.540.530.56
HSV194°59°79°
CMYK 0.590.140.00   0.21
XYZ29.276436.330261.3465
Yxy36.33020.23060.2862
Hunter Lab60.2745-18.7799-18.1523
CIE-Lab66.7715-19.1004-22.4766

#52aeca color RGB value is (82,174,202).

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

The process color (four color CMYK) of #52aeca color hex is 0.59, 0.14, 0.00, 0.21. Web safe color of #52aeca is #6699cc. Color #52aeca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 11001010
Octal 122 256 312
Decimal 82 174 202
Hex 52 AE CA

RGB Percentages of Color #52aeca

%17.90
%37.99
%44.10

CMYK Percentages of Color #52aeca

%59
%14
%0
%21

Triadic Colors of #52aeca

#52aeca #ca52ae #aeca52

Analogous Colors of #52aeca

#52aeca #5272ca #52caaa

Monochromatic Colors of #52aeca

#52aeca

Complementary Color

#52aeca #ca6e52

#52aeca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aeca Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aeca Color CSS Codes

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

#52aeca Text Font Color

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

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


#52aeca Background Color

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

This div background color is #52aeca


#52aeca Border Color

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

This div border color is #52aeca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aeca


Comments

No comments written yet.

Please login to write comment.