Color Hex Logo

#528ced Color Hex

#528CED
(82,140,237)
0 Favorites   0 Comments

Color spaces of #528ced

RGB 82140237
HSL0.600.810.63
HSV218°65°93°
CMYK 0.650.410.00   0.07
XYZ28.143826.664483.7842
Yxy26.66440.20310.1924
Hunter Lab51.63766.9213-60.0543
CIE-Lab58.662411.4405-54.5442

#528ced color RGB value is (82,140,237).

#528ced hex color red value is 82, green value is 140 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #528ced hue: 0.60 , saturation: 0.81 and the lightness value of 528ced is 0.63.

The process color (four color CMYK) of #528ced color hex is 0.65, 0.41, 0.00, 0.07. Web safe color of #528ced is #6699ff. Color #528ced contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010010 10001100 11101101
Octal 122 214 355
Decimal 82 140 237
Hex 52 8C ED

RGB Percentages of Color #528ced

%17.86
%30.50
%51.63

CMYK Percentages of Color #528ced

%65
%41
%0
%7

Triadic Colors of #528ced

#528ced #ed528c #8ced52

Analogous Colors of #528ced

#528ced #6652ed #52daed

Monochromatic Colors of #528ced

#528ced

Complementary Color

#528ced #edb352

#528ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#528ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#528ced Color CSS Codes

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

#528ced Text Font Color

<p style="color:#528ced">Text here</p>

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


#528ced Background Color

<div style="background-color:#528ced">
Div content here</div>

This div background color is #528ced


#528ced Border Color

<div style="border:3px solid #528ced">
Div here</div>

This div border color is #528ced


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(82,140,237, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #528ced; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #528ced;
  -webkit-box-shadow: 1px 1px 3px 2px #528ced;
  box-shadow:         1px 1px 3px 2px #528ced; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #528ced


Comments

No comments written yet.

Please login to write comment.