Color Hex Logo

#538cde Color Hex

#538CDE
(83,140,222)
0 Favorites   0 Comments

Color spaces of #538cde

RGB 83140222
HSL0.600.680.60
HSV215°63°87°
CMYK 0.630.370.00   0.13
XYZ26.130225.869172.7233
Yxy25.86910.20950.2074
Hunter Lab50.86172.6965-49.1712
CIE-Lab57.91266.5271-47.3885

#538cde color RGB value is (83,140,222).

#538cde hex color red value is 83, green value is 140 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #538cde hue: 0.60 , saturation: 0.68 and the lightness value of 538cde is 0.60.

The process color (four color CMYK) of #538cde color hex is 0.63, 0.37, 0.00, 0.13. Web safe color of #538cde is #6699cc. Color #538cde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001100 11011110
Octal 123 214 336
Decimal 83 140 222
Hex 53 8C DE

RGB Percentages of Color #538cde

%18.65
%31.46
%49.89

CMYK Percentages of Color #538cde

%63
%37
%0
%13

Triadic Colors of #538cde

#538cde #de538c #8cde53

Analogous Colors of #538cde

#538cde #5f53de #53d2de

Monochromatic Colors of #538cde

#538cde

Complementary Color

#538cde #dea553

#538cde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538cde Color Preview on White Background

Lorem ipsum dolor sit amet.

#538cde Color CSS Codes

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

#538cde Text Font Color

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

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


#538cde Background Color

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

This div background color is #538cde


#538cde Border Color

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

This div border color is #538cde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538cde


Comments

No comments written yet.

Please login to write comment.