Color Hex Logo

#538adb Color Hex

#538ADB
(83,138,219)
0 Favorites   0 Comments

Color spaces of #538adb

RGB 83138219
HSL0.600.650.59
HSV216°62°86°
CMYK 0.620.370.00   0.14
XYZ25.441925.130470.5276
Yxy25.13040.21010.2075
Hunter Lab50.13022.8637-48.3232
CIE-Lab57.20236.7088-46.8358

#538adb color RGB value is (83,138,219).

#538adb hex color red value is 83, green value is 138 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #538adb hue: 0.60 , saturation: 0.65 and the lightness value of 538adb is 0.59.

The process color (four color CMYK) of #538adb color hex is 0.62, 0.37, 0.00, 0.14. Web safe color of #538adb is #6699cc. Color #538adb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 11011011
Octal 123 212 333
Decimal 83 138 219
Hex 53 8A DB

RGB Percentages of Color #538adb

%18.86
%31.36
%49.77

CMYK Percentages of Color #538adb

%62
%37
%0
%14

Triadic Colors of #538adb

#538adb #db538a #8adb53

Analogous Colors of #538adb

#538adb #6053db #53cedb

Monochromatic Colors of #538adb

#538adb

Complementary Color

#538adb #dba453

#538adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#538adb Color CSS Codes

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

#538adb Text Font Color

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

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


#538adb Background Color

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

This div background color is #538adb


#538adb Border Color

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

This div border color is #538adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538adb


Comments

No comments written yet.

Please login to write comment.