Color Hex Logo

#52bacf Color Hex

#52BACF
(82,186,207)
0 Favorites   0 Comments

Color spaces of #52bacf

RGB 82186207
HSL0.530.570.57
HSV190°60°81°
CMYK 0.600.100.00   0.19
XYZ32.301141.416665.3232
Yxy41.41660.23230.2979
Hunter Lab64.3557-23.0307-15.1323
CIE-Lab70.4668-23.7788-19.6001

#52bacf color RGB value is (82,186,207).

#52bacf hex color red value is 82, green value is 186 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #52bacf hue: 0.53 , saturation: 0.57 and the lightness value of 52bacf is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10111010 11001111
Octal 122 272 317
Decimal 82 186 207
Hex 52 BA CF

RGB Percentages of Color #52bacf

%17.26
%39.16
%43.58

CMYK Percentages of Color #52bacf

%60
%10
%0
%19

Triadic Colors of #52bacf

#52bacf #cf52ba #bacf52

Analogous Colors of #52bacf

#52bacf #527ccf #52cfa6

Monochromatic Colors of #52bacf

#52bacf

Complementary Color

#52bacf #cf6752

#52bacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#52bacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#52bacf Color CSS Codes

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

#52bacf Text Font Color

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

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


#52bacf Background Color

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

This div background color is #52bacf


#52bacf Border Color

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

This div border color is #52bacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #52bacf


Comments

No comments written yet.

Please login to write comment.