Color Hex Logo

#538bee Color Hex

#538BEE
(83,139,238)
0 Favorites   0 Comments

Color spaces of #538bee

RGB 83139238
HSL0.610.820.63
HSV218°65°93°
CMYK 0.650.420.00   0.07
XYZ28.232526.477384.5115
Yxy26.47730.20280.1902
Hunter Lab51.45617.8897-61.3586
CIE-Lab58.487412.5448-55.3748

#538bee color RGB value is (83,139,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001011 11101110
Octal 123 213 356
Decimal 83 139 238
Hex 53 8B EE

RGB Percentages of Color #538bee

%18.04
%30.22
%51.74

CMYK Percentages of Color #538bee

%65
%42
%0
%7

Triadic Colors of #538bee

#538bee #ee538b #8bee53

Analogous Colors of #538bee

#538bee #6953ee #53d9ee

Monochromatic Colors of #538bee

#538bee

Complementary Color

#538bee #eeb653

#538bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#538bee Color CSS Codes

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

#538bee Text Font Color

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

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


#538bee Background Color

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

This div background color is #538bee


#538bee Border Color

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

This div border color is #538bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538bee


Comments

No comments written yet.

Please login to write comment.