Color Hex Logo

#52acba Color Hex

#52ACBA
(82,172,186)
0 Favorites   0 Comments

Color spaces of #52acba

RGB 82172186
HSL0.520.430.53
HSV188°56°73°
CMYK 0.560.080.00   0.27
XYZ27.095134.844151.7519
Yxy34.84410.23830.3065
Hunter Lab59.0289-21.3665-10.6606
CIE-Lab65.6271-22.7716-15.3453

#52acba color RGB value is (82,172,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10101100 10111010
Octal 122 254 272
Decimal 82 172 186
Hex 52 AC BA

RGB Percentages of Color #52acba

%18.64
%39.09
%42.27

CMYK Percentages of Color #52acba

%56
%8
%0
%27

Triadic Colors of #52acba

#52acba #ba52ac #acba52

Analogous Colors of #52acba

#52acba #5278ba #52ba94

Monochromatic Colors of #52acba

#52acba

Complementary Color

#52acba #ba6052

#52acba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52acba Color Preview on White Background

Lorem ipsum dolor sit amet.

#52acba Color CSS Codes

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

#52acba Text Font Color

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

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


#52acba Background Color

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

This div background color is #52acba


#52acba Border Color

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

This div border color is #52acba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52acba


Comments

No comments written yet.

Please login to write comment.