Color Hex Logo

#538aef Color Hex

#538AEF
(83,138,239)
0 Favorites   0 Comments

Color spaces of #538aef

RGB 83138239
HSL0.610.830.63
HSV219°65°94°
CMYK 0.650.420.00   0.06
XYZ28.235726.248085.2395
Yxy26.24800.20210.1879
Hunter Lab51.23288.7185-62.7818
CIE-Lab58.271713.4869-56.2729

#538aef color RGB value is (83,138,239).

#538aef hex color red value is 83, green value is 138 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #538aef hue: 0.61 , saturation: 0.83 and the lightness value of 538aef is 0.63.

The process color (four color CMYK) of #538aef color hex is 0.65, 0.42, 0.00, 0.06. Web safe color of #538aef is #6699ff. Color #538aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 11101111
Octal 123 212 357
Decimal 83 138 239
Hex 53 8A EF

RGB Percentages of Color #538aef

%18.04
%30.00
%51.96

CMYK Percentages of Color #538aef

%65
%42
%0
%6

Triadic Colors of #538aef

#538aef #ef538a #8aef53

Analogous Colors of #538aef

#538aef #6a53ef #53d8ef

Monochromatic Colors of #538aef

#538aef

Complementary Color

#538aef #efb853

#538aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#538aef Color CSS Codes

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

#538aef Text Font Color

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

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


#538aef Background Color

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

This div background color is #538aef


#538aef Border Color

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

This div border color is #538aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538aef


Comments

No comments written yet.

Please login to write comment.