Color Hex Logo

#52bfcc Color Hex

#52BFCC
(82,191,204)
0 Favorites   0 Comments

Color spaces of #52bfcc

RGB 82191204
HSL0.520.540.56
HSV186°60°80°
CMYK 0.600.060.00   0.20
XYZ33.009643.415163.7669
Yxy43.41510.23550.3097
Hunter Lab65.8901-25.8829-11.2564
CIE-Lab71.8358-27.1469-15.8894

#52bfcc color RGB value is (82,191,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111111 11001100
Octal 122 277 314
Decimal 82 191 204
Hex 52 BF CC

RGB Percentages of Color #52bfcc

%17.19
%40.04
%42.77

CMYK Percentages of Color #52bfcc

%60
%6
%0
%20

Triadic Colors of #52bfcc

#52bfcc #cc52bf #bfcc52

Analogous Colors of #52bfcc

#52bfcc #5282cc #52cc9c

Monochromatic Colors of #52bfcc

#52bfcc

Complementary Color

#52bfcc #cc5f52

#52bfcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bfcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bfcc Color CSS Codes

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

#52bfcc Text Font Color

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

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


#52bfcc Background Color

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

This div background color is #52bfcc


#52bfcc Border Color

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

This div border color is #52bfcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bfcc


Comments

No comments written yet.

Please login to write comment.