Color Hex Logo

#538ade Color Hex

#538ADE
(83,138,222)
0 Favorites   0 Comments

Color spaces of #538ade

RGB 83138222
HSL0.600.680.60
HSV216°63°87°
CMYK 0.630.380.00   0.13
XYZ25.840625.289972.6267
Yxy25.28990.20880.2044
Hunter Lab50.28913.7148-50.4234
CIE-Lab57.35687.7172-48.2694

#538ade color RGB value is (83,138,222).

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

The process color (four color CMYK) of #538ade color hex is 0.63, 0.38, 0.00, 0.13. Web safe color of #538ade is #6699cc. Color #538ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 11011110
Octal 123 212 336
Decimal 83 138 222
Hex 53 8A DE

RGB Percentages of Color #538ade

%18.74
%31.15
%50.11

CMYK Percentages of Color #538ade

%63
%38
%0
%13

Triadic Colors of #538ade

#538ade #de538a #8ade53

Analogous Colors of #538ade

#538ade #6253de #53d0de

Monochromatic Colors of #538ade

#538ade

Complementary Color

#538ade #dea753

#538ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#538ade Color CSS Codes

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

#538ade Text Font Color

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

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


#538ade Background Color

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

This div background color is #538ade


#538ade Border Color

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

This div border color is #538ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538ade


Comments

No comments written yet.

Please login to write comment.