Color Hex Logo

#529abf Color Hex

#529ABF
(82,154,191)
0 Favorites   0 Comments

Color spaces of #529abf

RGB 82154191
HSL0.560.460.54
HSV200°57°75°
CMYK 0.570.190.00   0.25
XYZ24.439228.666653.5353
Yxy28.66660.22920.2688
Hunter Lab53.5412-12.2197-21.8046
CIE-Lab60.4863-11.7365-25.9816

#529abf color RGB value is (82,154,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011010 10111111
Octal 122 232 277
Decimal 82 154 191
Hex 52 9A BF

RGB Percentages of Color #529abf

%19.20
%36.07
%44.73

CMYK Percentages of Color #529abf

%57
%19
%0
%25

Triadic Colors of #529abf

#529abf #bf529a #9abf52

Analogous Colors of #529abf

#529abf #5264bf #52bfae

Monochromatic Colors of #529abf

#529abf

Complementary Color

#529abf #bf7752

#529abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#529abf Color CSS Codes

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

#529abf Text Font Color

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

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


#529abf Background Color

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

This div background color is #529abf


#529abf Border Color

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

This div border color is #529abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529abf


Comments

No comments written yet.

Please login to write comment.