Color Hex Logo

#52bfbb Color Hex

#52BFBB
(82,191,187)
0 Favorites   0 Comments

Color spaces of #52bfbb

RGB 82191187
HSL0.490.460.54
HSV178°57°75°
CMYK 0.570.000.02   0.25
XYZ31.080142.643353.6066
Yxy42.64330.24410.3349
Hunter Lab65.3018-29.3220-2.9602
CIE-Lab71.3122-31.8757-7.3862

#52bfbb color RGB value is (82,191,187).

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

The process color (four color CMYK) of #52bfbb color hex is 0.57, 0.00, 0.02, 0.25. Web safe color of #52bfbb is #66cccc. Color #52bfbb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111111 10111011
Octal 122 277 273
Decimal 82 191 187
Hex 52 BF BB

RGB Percentages of Color #52bfbb

%17.83
%41.52
%40.65

CMYK Percentages of Color #52bfbb

%57
%0
%2
%25

Triadic Colors of #52bfbb

#52bfbb #bb52bf #bfbb52

Analogous Colors of #52bfbb

#52bfbb #528dbf #52bf85

Monochromatic Colors of #52bfbb

#52bfbb

Complementary Color

#52bfbb #bf5256

#52bfbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bfbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bfbb Color CSS Codes

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

#52bfbb Text Font Color

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

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


#52bfbb Background Color

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

This div background color is #52bfbb


#52bfbb Border Color

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

This div border color is #52bfbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bfbb


Comments

No comments written yet.

Please login to write comment.