Color Hex Logo

#538eeb Color Hex

#538EEB
(83,142,235)
0 Favorites   0 Comments

Color spaces of #538eeb

RGB 83142235
HSL0.600.790.62
HSV217°65°92°
CMYK 0.650.400.00   0.08
XYZ28.235727.183282.3560
Yxy27.18320.20490.1973
Hunter Lab52.13755.4282-57.1578
CIE-Lab59.14359.7291-52.6674

#538eeb color RGB value is (83,142,235).

#538eeb hex color red value is 83, green value is 142 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #538eeb hue: 0.60 , saturation: 0.79 and the lightness value of 538eeb is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001110 11101011
Octal 123 216 353
Decimal 83 142 235
Hex 53 8E EB

RGB Percentages of Color #538eeb

%18.04
%30.87
%51.09

CMYK Percentages of Color #538eeb

%65
%40
%0
%8

Triadic Colors of #538eeb

#538eeb #eb538e #8eeb53

Analogous Colors of #538eeb

#538eeb #6453eb #53daeb

Monochromatic Colors of #538eeb

#538eeb

Complementary Color

#538eeb #ebb053

#538eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#538eeb Color CSS Codes

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

#538eeb Text Font Color

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

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


#538eeb Background Color

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

This div background color is #538eeb


#538eeb Border Color

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

This div border color is #538eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538eeb


Comments

No comments written yet.

Please login to write comment.