Color Hex Logo

#538c99 Color Hex

#538C99
(83,140,153)
0 Favorites   0 Comments

Color spaces of #538c99

RGB 83140153
HSL0.530.300.46
HSV191°46°60°
CMYK 0.460.080.00   0.40
XYZ18.695122.895133.5708
Yxy22.89510.24870.3046
Hunter Lab47.8488-13.9934-8.1038
CIE-Lab54.9641-15.0985-12.7611

#538c99 color RGB value is (83,140,153).

#538c99 hex color red value is 83, green value is 140 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #538c99 hue: 0.53 , saturation: 0.30 and the lightness value of 538c99 is 0.46.

The process color (four color CMYK) of #538c99 color hex is 0.46, 0.08, 0.00, 0.40. Web safe color of #538c99 is #669999. Color #538c99 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001100 10011001
Octal 123 214 231
Decimal 83 140 153
Hex 53 8C 99

RGB Percentages of Color #538c99

%22.07
%37.23
%40.69

CMYK Percentages of Color #538c99

%46
%8
%0
%40

Triadic Colors of #538c99

#538c99 #99538c #8c9953

Analogous Colors of #538c99

#538c99 #536999 #539983

Monochromatic Colors of #538c99

#538c99

Complementary Color

#538c99 #996053

#538c99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538c99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#538c99 Color CSS Codes

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

#538c99 Text Font Color

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

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


#538c99 Background Color

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

This div background color is #538c99


#538c99 Border Color

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

This div border color is #538c99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538c99


Comments

No comments written yet.

Please login to write comment.