Color Hex Logo

#538cbe Color Hex

#538CBE
(83,140,190)
0 Favorites   0 Comments

Color spaces of #538cbe

RGB 83140190
HSL0.580.450.54
HSV208°56°75°
CMYK 0.560.260.00   0.25
XYZ22.239624.312952.2359
Yxy24.31290.22510.2461
Hunter Lab49.3081-5.7798-28.2948
CIE-Lab56.3997-3.9622-31.7397

#538cbe color RGB value is (83,140,190).

#538cbe hex color red value is 83, green value is 140 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #538cbe hue: 0.58 , saturation: 0.45 and the lightness value of 538cbe is 0.54.

The process color (four color CMYK) of #538cbe color hex is 0.56, 0.26, 0.00, 0.25. Web safe color of #538cbe is #6699cc. Color #538cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001100 10111110
Octal 123 214 276
Decimal 83 140 190
Hex 53 8C BE

RGB Percentages of Color #538cbe

%20.10
%33.90
%46.00

CMYK Percentages of Color #538cbe

%56
%26
%0
%25

Triadic Colors of #538cbe

#538cbe #be538c #8cbe53

Analogous Colors of #538cbe

#538cbe #5357be #53bebb

Monochromatic Colors of #538cbe

#538cbe

Complementary Color

#538cbe #be8553

#538cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#538cbe Color CSS Codes

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

#538cbe Text Font Color

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

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


#538cbe Background Color

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

This div background color is #538cbe


#538cbe Border Color

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

This div border color is #538cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538cbe


Comments

No comments written yet.

Please login to write comment.