Color Hex Logo

#538ded Color Hex

#538DED
(83,141,237)
0 Favorites   0 Comments

Color spaces of #538ded

RGB 83141237
HSL0.600.810.63
HSV217°65°93°
CMYK 0.650.410.00   0.07
XYZ28.378227.003283.8372
Yxy27.00320.20380.1940
Hunter Lab51.96466.5419-59.2804
CIE-Lab58.977311.0059-54.0400

#538ded color RGB value is (83,141,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001101 11101101
Octal 123 215 355
Decimal 83 141 237
Hex 53 8D ED

RGB Percentages of Color #538ded

%18.00
%30.59
%51.41

CMYK Percentages of Color #538ded

%65
%41
%0
%7

Triadic Colors of #538ded

#538ded #ed538d #8ded53

Analogous Colors of #538ded

#538ded #6653ed #53daed

Monochromatic Colors of #538ded

#538ded

Complementary Color

#538ded #edb353

#538ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#538ded Color CSS Codes

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

#538ded Text Font Color

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

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


#538ded Background Color

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

This div background color is #538ded


#538ded Border Color

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

This div border color is #538ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538ded


Comments

No comments written yet.

Please login to write comment.