Color Hex Logo

#529cbf Color Hex

#529CBF
(82,156,191)
0 Favorites   0 Comments

Color spaces of #529cbf

RGB 82156191
HSL0.550.460.54
HSV199°57°75°
CMYK 0.570.180.00   0.25
XYZ24.772129.332453.6463
Yxy29.33240.22990.2722
Hunter Lab54.1594-13.1344-20.8167
CIE-Lab61.0739-12.8322-25.0774

#529cbf color RGB value is (82,156,191).

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

The process color (four color CMYK) of #529cbf color hex is 0.57, 0.18, 0.00, 0.25. Web safe color of #529cbf is #6699cc. Color #529cbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011100 10111111
Octal 122 234 277
Decimal 82 156 191
Hex 52 9C BF

RGB Percentages of Color #529cbf

%19.11
%36.36
%44.52

CMYK Percentages of Color #529cbf

%57
%18
%0
%25

Triadic Colors of #529cbf

#529cbf #bf529c #9cbf52

Analogous Colors of #529cbf

#529cbf #5266bf #52bfac

Monochromatic Colors of #529cbf

#529cbf

Complementary Color

#529cbf #bf7552

#529cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#529cbf Color CSS Codes

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

#529cbf Text Font Color

<p style="color:#529cbf">Text here</p>

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


#529cbf Background Color

<div style="background-color:#529cbf">
Div content here</div>

This div background color is #529cbf


#529cbf Border Color

<div style="border:3px solid #529cbf">
Div here</div>

This div border color is #529cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529cbf


Comments

No comments written yet.

Please login to write comment.