Color Hex Logo

#52b3bf Color Hex

#52B3BF
(82,179,191)
0 Favorites   0 Comments

Color spaces of #52b3bf

RGB 82179191
HSL0.520.460.54
HSV187°57°75°
CMYK 0.570.060.00   0.25
XYZ29.003737.795655.0568
Yxy37.79560.23800.3102
Hunter Lab61.4781-23.3753-10.0625
CIE-Lab67.8697-24.8860-14.7330

#52b3bf color RGB value is (82,179,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10110011 10111111
Octal 122 263 277
Decimal 82 179 191
Hex 52 B3 BF

RGB Percentages of Color #52b3bf

%18.14
%39.60
%42.26

CMYK Percentages of Color #52b3bf

%57
%6
%0
%25

Triadic Colors of #52b3bf

#52b3bf #bf52b3 #b3bf52

Analogous Colors of #52b3bf

#52b3bf #527dbf #52bf95

Monochromatic Colors of #52b3bf

#52b3bf

Complementary Color

#52b3bf #bf5e52

#52b3bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b3bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b3bf Color CSS Codes

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

#52b3bf Text Font Color

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

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


#52b3bf Background Color

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

This div background color is #52b3bf


#52b3bf Border Color

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

This div border color is #52b3bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b3bf


Comments

No comments written yet.

Please login to write comment.