Color Hex Logo

#538edb Color Hex

#538EDB
(83,142,219)
0 Favorites   0 Comments

Color spaces of #538edb

RGB 83142219
HSL0.590.650.59
HSV214°62°86°
CMYK 0.620.350.00   0.14
XYZ26.026526.299570.7224
Yxy26.29950.21150.2137
Hunter Lab51.28300.8447-45.8664
CIE-Lab58.32024.3393-45.0674

#538edb color RGB value is (83,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001110 11011011
Octal 123 216 333
Decimal 83 142 219
Hex 53 8E DB

RGB Percentages of Color #538edb

%18.69
%31.98
%49.32

CMYK Percentages of Color #538edb

%62
%35
%0
%14

Triadic Colors of #538edb

#538edb #db538e #8edb53

Analogous Colors of #538edb

#538edb #5c53db #53d2db

Monochromatic Colors of #538edb

#538edb

Complementary Color

#538edb #dba053

#538edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#538edb Color CSS Codes

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

#538edb Text Font Color

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

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


#538edb Background Color

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

This div background color is #538edb


#538edb Border Color

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

This div border color is #538edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538edb


Comments

No comments written yet.

Please login to write comment.