Color Hex Logo

#52b5be Color Hex

#52B5BE
(82,181,190)
0 Favorites   0 Comments

Color spaces of #52b5be

RGB 82181190
HSL0.510.450.53
HSV185°57°75°
CMYK 0.570.050.00   0.25
XYZ29.297838.559354.6137
Yxy38.55930.23920.3148
Hunter Lab62.0961-24.4495-8.6784
CIE-Lab68.4308-26.1706-13.3369

#52b5be color RGB value is (82,181,190).

#52b5be hex color red value is 82, green value is 181 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #52b5be hue: 0.51 , saturation: 0.45 and the lightness value of 52b5be is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10110101 10111110
Octal 122 265 276
Decimal 82 181 190
Hex 52 B5 BE

RGB Percentages of Color #52b5be

%18.10
%39.96
%41.94

CMYK Percentages of Color #52b5be

%57
%5
%0
%25

Triadic Colors of #52b5be

#52b5be #be52b5 #b5be52

Analogous Colors of #52b5be

#52b5be #527fbe #52be91

Monochromatic Colors of #52b5be

#52b5be

Complementary Color

#52b5be #be5b52

#52b5be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52b5be Color Preview on White Background

Lorem ipsum dolor sit amet.

#52b5be Color CSS Codes

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

#52b5be Text Font Color

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

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


#52b5be Background Color

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

This div background color is #52b5be


#52b5be Border Color

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

This div border color is #52b5be


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(82,181,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 #52b5be">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52b5be


Comments

No comments written yet.

Please login to write comment.