Color Hex Logo

#52aebe Color Hex

#52AEBE
(82,174,190)
0 Favorites   0 Comments

Color spaces of #52aebe

RGB 82174190
HSL0.520.450.53
HSV189°57°75°
CMYK 0.570.080.00   0.25
XYZ27.910035.783654.1511
Yxy35.78360.23680.3037
Hunter Lab59.8194-21.4010-11.7983
CIE-Lab66.3542-22.6394-16.4673

#52aebe color RGB value is (82,174,190).

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

The process color (four color CMYK) of #52aebe color hex is 0.57, 0.08, 0.00, 0.25. Web safe color of #52aebe is #6699cc. Color #52aebe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101110 10111110
Octal 122 256 276
Decimal 82 174 190
Hex 52 AE BE

RGB Percentages of Color #52aebe

%18.39
%39.01
%42.60

CMYK Percentages of Color #52aebe

%57
%8
%0
%25

Triadic Colors of #52aebe

#52aebe #be52ae #aebe52

Analogous Colors of #52aebe

#52aebe #5278be #52be98

Monochromatic Colors of #52aebe

#52aebe

Complementary Color

#52aebe #be6252

#52aebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52aebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52aebe Color CSS Codes

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

#52aebe Text Font Color

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

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


#52aebe Background Color

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

This div background color is #52aebe


#52aebe Border Color

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

This div border color is #52aebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52aebe


Comments

No comments written yet.

Please login to write comment.