Color Hex Logo

#538ccc Color Hex

#538CCC
(83,140,204)
0 Favorites   0 Comments

Color spaces of #538ccc

RGB 83140204
HSL0.590.540.56
HSV212°59°80°
CMYK 0.590.310.00   0.20
XYZ23.844424.954860.6868
Yxy24.95480.21780.2279
Hunter Lab49.9548-2.2193-37.0592
CIE-Lab57.03140.5547-38.6756

#538ccc color RGB value is (83,140,204).

#538ccc hex color red value is 83, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #538ccc hue: 0.59 , saturation: 0.54 and the lightness value of 538ccc is 0.56.

The process color (four color CMYK) of #538ccc color hex is 0.59, 0.31, 0.00, 0.20. Web safe color of #538ccc is #6699cc. Color #538ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001100 11001100
Octal 123 214 314
Decimal 83 140 204
Hex 53 8C CC

RGB Percentages of Color #538ccc

%19.44
%32.79
%47.78

CMYK Percentages of Color #538ccc

%59
%31
%0
%20

Triadic Colors of #538ccc

#538ccc #cc538c #8ccc53

Analogous Colors of #538ccc

#538ccc #5653cc #53c9cc

Monochromatic Colors of #538ccc

#538ccc

Complementary Color

#538ccc #cc9353

#538ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#538ccc Color CSS Codes

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

#538ccc Text Font Color

<p style="color:#538ccc">Text here</p>

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


#538ccc Background Color

<div style="background-color:#538ccc">
Div content here</div>

This div background color is #538ccc


#538ccc Border Color

<div style="border:3px solid #538ccc">
Div here</div>

This div border color is #538ccc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,140,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #538ccc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #538ccc;
  -webkit-box-shadow: 1px 1px 3px 2px #538ccc;
  box-shadow:         1px 1px 3px 2px #538ccc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(83,140,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 #538ccc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538ccc


Comments

No comments written yet.

Please login to write comment.