Color Hex Logo

#52bacb Color Hex

#52BACB
(82,186,203)
0 Favorites   0 Comments

Color spaces of #52bacb

RGB 82186203
HSL0.520.540.56
HSV188°60°80°
CMYK 0.600.080.00   0.20
XYZ31.818141.223462.7798
Yxy41.22340.23430.3035
Hunter Lab64.2055-23.9008-13.0297
CIE-Lab70.3322-24.9462-17.6140

#52bacb color RGB value is (82,186,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111010 11001011
Octal 122 272 313
Decimal 82 186 203
Hex 52 BA CB

RGB Percentages of Color #52bacb

%17.41
%39.49
%43.10

CMYK Percentages of Color #52bacb

%60
%8
%0
%20

Triadic Colors of #52bacb

#52bacb #cb52ba #bacb52

Analogous Colors of #52bacb

#52bacb #527ecb #52cba0

Monochromatic Colors of #52bacb

#52bacb

Complementary Color

#52bacb #cb6352

#52bacb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bacb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bacb Color CSS Codes

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

#52bacb Text Font Color

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

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


#52bacb Background Color

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

This div background color is #52bacb


#52bacb Border Color

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

This div border color is #52bacb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bacb


Comments

No comments written yet.

Please login to write comment.