Color Hex Logo

#529ece Color Hex

#529ECE
(82,158,206)
0 Favorites   0 Comments

Color spaces of #529ece

RGB 82158206
HSL0.560.560.56
HSV203°60°81°
CMYK 0.600.230.00   0.19
XYZ26.847130.703862.9039
Yxy30.70380.22290.2549
Hunter Lab55.4110-10.4845-28.5197
CIE-Lab62.2568-9.2515-31.6467

#529ece color RGB value is (82,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010010 10011110 11001110
Octal 122 236 316
Decimal 82 158 206
Hex 52 9E CE

RGB Percentages of Color #529ece

%18.39
%35.43
%46.19

CMYK Percentages of Color #529ece

%60
%23
%0
%19

Triadic Colors of #529ece

#529ece #ce529e #9ece52

Analogous Colors of #529ece

#529ece #5260ce #52cec0

Monochromatic Colors of #529ece

#529ece

Complementary Color

#529ece #ce8252

#529ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#529ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#529ece Color CSS Codes

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

#529ece Text Font Color

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

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


#529ece Background Color

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

This div background color is #529ece


#529ece Border Color

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

This div border color is #529ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #529ece


Comments

No comments written yet.

Please login to write comment.