Color Hex Logo

#538abf Color Hex

#538ABF
(83,138,191)
0 Favorites   0 Comments

Color spaces of #538abf

RGB 83138191
HSL0.580.460.54
HSV209°57°75°
CMYK 0.570.280.00   0.25
XYZ22.059723.777552.7171
Yxy23.77750.22380.2413
Hunter Lab48.7622-4.5815-29.9653
CIE-Lab55.8643-2.4875-33.1421

#538abf color RGB value is (83,138,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001010 10111111
Octal 123 212 277
Decimal 83 138 191
Hex 53 8A BF

RGB Percentages of Color #538abf

%20.15
%33.50
%46.36

CMYK Percentages of Color #538abf

%57
%28
%0
%25

Triadic Colors of #538abf

#538abf #bf538a #8abf53

Analogous Colors of #538abf

#538abf #5354bf #53bfbe

Monochromatic Colors of #538abf

#538abf

Complementary Color

#538abf #bf8853

#538abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#538abf Color CSS Codes

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

#538abf Text Font Color

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

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


#538abf Background Color

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

This div background color is #538abf


#538abf Border Color

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

This div border color is #538abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538abf


Comments

No comments written yet.

Please login to write comment.