Color Hex Logo

#52bfbe Color Hex

#52BFBE
(82,191,190)
0 Favorites   0 Comments

Color spaces of #52bfbe

RGB 82191190
HSL0.500.460.54
HSV179°57°75°
CMYK 0.570.000.01   0.25
XYZ31.404742.773155.3160
Yxy42.77310.24250.3303
Hunter Lab65.4011-28.7388-4.3664
CIE-Lab71.4007-31.0621-8.8947

#52bfbe color RGB value is (82,191,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111111 10111110
Octal 122 277 276
Decimal 82 191 190
Hex 52 BF BE

RGB Percentages of Color #52bfbe

%17.71
%41.25
%41.04

CMYK Percentages of Color #52bfbe

%57
%0
%1
%25

Triadic Colors of #52bfbe

#52bfbe #be52bf #bfbe52

Analogous Colors of #52bfbe

#52bfbe #528abf #52bf88

Monochromatic Colors of #52bfbe

#52bfbe

Complementary Color

#52bfbe #bf5253

#52bfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bfbe Color CSS Codes

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

#52bfbe Text Font Color

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

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


#52bfbe Background Color

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

This div background color is #52bfbe


#52bfbe Border Color

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

This div border color is #52bfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bfbe


Comments

No comments written yet.

Please login to write comment.