Color Hex Logo

#529ebe Color Hex

#529EBE
(82,158,190)
0 Favorites   0 Comments

Color spaces of #529ebe

RGB 82158190
HSL0.550.450.53
HSV198°57°75°
CMYK 0.570.170.00   0.25
XYZ25.000829.965353.1814
Yxy29.96530.23120.2771
Hunter Lab54.7406-14.2725-19.2829
CIE-Lab61.6243-14.2248-23.6709

#529ebe color RGB value is (82,158,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011110 10111110
Octal 122 236 276
Decimal 82 158 190
Hex 52 9E BE

RGB Percentages of Color #529ebe

%19.07
%36.74
%44.19

CMYK Percentages of Color #529ebe

%57
%17
%0
%25

Triadic Colors of #529ebe

#529ebe #be529e #9ebe52

Analogous Colors of #529ebe

#529ebe #5268be #52bea8

Monochromatic Colors of #529ebe

#529ebe

Complementary Color

#529ebe #be7252

#529ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ebe Color CSS Codes

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

#529ebe Text Font Color

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

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


#529ebe Background Color

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

This div background color is #529ebe


#529ebe Border Color

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

This div border color is #529ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ebe


Comments

No comments written yet.

Please login to write comment.