Color Hex Logo

#538dee Color Hex

#538DEE
(83,141,238)
0 Favorites   0 Comments

Color spaces of #538dee

RGB 83141238
HSL0.600.820.63
HSV218°65°93°
CMYK 0.650.410.00   0.07
XYZ28.524827.061884.6090
Yxy27.06180.20350.1930
Hunter Lab52.02106.8407-60.0170
CIE-Lab59.031511.3468-54.5073

#538dee color RGB value is (83,141,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 11101110
Octal 123 215 356
Decimal 83 141 238
Hex 53 8D EE

RGB Percentages of Color #538dee

%17.97
%30.52
%51.52

CMYK Percentages of Color #538dee

%65
%41
%0
%7

Triadic Colors of #538dee

#538dee #ee538d #8dee53

Analogous Colors of #538dee

#538dee #6753ee #53dbee

Monochromatic Colors of #538dee

#538dee

Complementary Color

#538dee #eeb453

#538dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#538dee Color CSS Codes

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

#538dee Text Font Color

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

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


#538dee Background Color

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

This div background color is #538dee


#538dee Border Color

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

This div border color is #538dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538dee


Comments

No comments written yet.

Please login to write comment.