Color Hex Logo

#5d82cc Color Hex

#5D82CC
(93,130,204)
0 Favorites   0 Comments

Color spaces of #5d82cc

RGB 93130204
HSL0.610.520.58
HSV220°54°80°
CMYK 0.540.360.00   0.20
XYZ23.395922.652160.2659
Yxy22.65210.22010.2131
Hunter Lab47.59424.4554-41.7597
CIE-Lab54.71228.5615-42.2928

#5d82cc color RGB value is (93,130,204).

#5d82cc hex color red value is 93, green value is 130 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #5d82cc hue: 0.61 , saturation: 0.52 and the lightness value of 5d82cc is 0.58.

The process color (four color CMYK) of #5d82cc color hex is 0.54, 0.36, 0.00, 0.20. Web safe color of #5d82cc is #6699cc. Color #5d82cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01011101 10000010 11001100
Octal 135 202 314
Decimal 93 130 204
Hex 5D 82 CC

RGB Percentages of Color #5d82cc

%21.78
%30.44
%47.78

CMYK Percentages of Color #5d82cc

%54
%36
%0
%20

Triadic Colors of #5d82cc

#5d82cc #cc5d82 #82cc5d

Analogous Colors of #5d82cc

#5d82cc #705dcc #5dbacc

Monochromatic Colors of #5d82cc

#5d82cc

Complementary Color

#5d82cc #cca75d

#5d82cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#5d82cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#5d82cc Color CSS Codes

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

#5d82cc Text Font Color

<p style="color:#5d82cc">Text here</p>

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


#5d82cc Background Color

<div style="background-color:#5d82cc">
Div content here</div>

This div background color is #5d82cc


#5d82cc Border Color

<div style="border:3px solid #5d82cc">
Div here</div>

This div border color is #5d82cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(93,130,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #5d82cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #5d82cc;
  -webkit-box-shadow: 1px 1px 3px 2px #5d82cc;
  box-shadow:         1px 1px 3px 2px #5d82cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(93,130,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #5d82cc


Comments

No comments written yet.

Please login to write comment.