Color Hex Logo

#538ebf Color Hex

#538EBF
(83,142,191)
0 Favorites   0 Comments

Color spaces of #538ebf

RGB 83142191
HSL0.580.460.54
HSV207°57°75°
CMYK 0.570.260.00   0.25
XYZ22.644324.946652.9119
Yxy24.94660.22530.2482
Hunter Lab49.9466-6.4799-27.8474
CIE-Lab57.0234-4.7926-31.3370

#538ebf color RGB value is (83,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001110 10111111
Octal 123 216 277
Decimal 83 142 191
Hex 53 8E BF

RGB Percentages of Color #538ebf

%19.95
%34.13
%45.91

CMYK Percentages of Color #538ebf

%57
%26
%0
%25

Triadic Colors of #538ebf

#538ebf #bf538e #8ebf53

Analogous Colors of #538ebf

#538ebf #5358bf #53bfba

Monochromatic Colors of #538ebf

#538ebf

Complementary Color

#538ebf #bf8453

#538ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#538ebf Color CSS Codes

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

#538ebf Text Font Color

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

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


#538ebf Background Color

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

This div background color is #538ebf


#538ebf Border Color

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

This div border color is #538ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538ebf


Comments

No comments written yet.

Please login to write comment.