Color Hex Logo

#52baca Color Hex

#52BACA
(82,186,202)
0 Favorites   0 Comments

Color spaces of #52baca

RGB 82186202
HSL0.520.530.56
HSV188°59°79°
CMYK 0.590.080.00   0.21
XYZ31.699341.175962.1541
Yxy41.17590.23480.3049
Hunter Lab64.1685-24.1155-12.5109
CIE-Lab70.2990-25.2359-17.1164

#52baca color RGB value is (82,186,202).

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

The process color (four color CMYK) of #52baca color hex is 0.59, 0.08, 0.00, 0.21. Web safe color of #52baca is #66cccc. Color #52baca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111010 11001010
Octal 122 272 312
Decimal 82 186 202
Hex 52 BA CA

RGB Percentages of Color #52baca

%17.45
%39.57
%42.98

CMYK Percentages of Color #52baca

%59
%8
%0
%21

Triadic Colors of #52baca

#52baca #ca52ba #baca52

Analogous Colors of #52baca

#52baca #527eca #52ca9e

Monochromatic Colors of #52baca

#52baca

Complementary Color

#52baca #ca6252

#52baca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52baca Color Preview on White Background

Lorem ipsum dolor sit amet.

#52baca Color CSS Codes

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

#52baca Text Font Color

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

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


#52baca Background Color

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

This div background color is #52baca


#52baca Border Color

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

This div border color is #52baca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52baca


Comments

No comments written yet.

Please login to write comment.