Color Hex Logo

#538caa Color Hex

#538CAA
(83,140,170)
0 Favorites   0 Comments

Color spaces of #538caa

RGB 83140170
HSL0.560.340.50
HSV201°51°67°
CMYK 0.510.180.00   0.33
XYZ20.201123.497441.5010
Yxy23.49740.23710.2758
Hunter Lab48.4741-10.4416-16.8291
CIE-Lab55.5810-10.1503-21.5938

#538caa color RGB value is (83,140,170).

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

The process color (four color CMYK) of #538caa color hex is 0.51, 0.18, 0.00, 0.33. Web safe color of #538caa is #669999. Color #538caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001100 10101010
Octal 123 214 252
Decimal 83 140 170
Hex 53 8C AA

RGB Percentages of Color #538caa

%21.12
%35.62
%43.26

CMYK Percentages of Color #538caa

%51
%18
%0
%33

Triadic Colors of #538caa

#538caa #aa538c #8caa53

Analogous Colors of #538caa

#538caa #5361aa #53aa9d

Monochromatic Colors of #538caa

#538caa

Complementary Color

#538caa #aa7153

#538caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#538caa Color CSS Codes

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

#538caa Text Font Color

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

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


#538caa Background Color

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

This div background color is #538caa


#538caa Border Color

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

This div border color is #538caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538caa


Comments

No comments written yet.

Please login to write comment.