Color Hex Logo

#538ac3 Color Hex

#538AC3
(83,138,195)
0 Favorites   0 Comments

Color spaces of #538ac3

RGB 83138195
HSL0.580.480.55
HSV211°57°76°
CMYK 0.570.290.00   0.24
XYZ22.506123.956155.0675
Yxy23.95610.22170.2360
Hunter Lab48.9450-3.5750-32.4451
CIE-Lab56.0438-1.2023-35.1327

#538ac3 color RGB value is (83,138,195).

#538ac3 hex color red value is 83, green value is 138 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #538ac3 hue: 0.58 , saturation: 0.48 and the lightness value of 538ac3 is 0.55.

The process color (four color CMYK) of #538ac3 color hex is 0.57, 0.29, 0.00, 0.24. Web safe color of #538ac3 is #6699cc. Color #538ac3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 11000011
Octal 123 212 303
Decimal 83 138 195
Hex 53 8A C3

RGB Percentages of Color #538ac3

%19.95
%33.17
%46.88

CMYK Percentages of Color #538ac3

%57
%29
%0
%24

Triadic Colors of #538ac3

#538ac3 #c3538a #8ac353

Analogous Colors of #538ac3

#538ac3 #5453c3 #53c2c3

Monochromatic Colors of #538ac3

#538ac3

Complementary Color

#538ac3 #c38c53

#538ac3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538ac3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538ac3 Color CSS Codes

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

#538ac3 Text Font Color

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

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


#538ac3 Background Color

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

This div background color is #538ac3


#538ac3 Border Color

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

This div border color is #538ac3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538ac3


Comments

No comments written yet.

Please login to write comment.