Color Hex Logo

#538c9b Color Hex

#538C9B
(83,140,155)
0 Favorites   0 Comments

Color spaces of #538c9b

RGB 83140155
HSL0.530.300.47
HSV193°46°61°
CMYK 0.460.100.00   0.39
XYZ18.861822.961734.4483
Yxy22.96170.24730.3011
Hunter Lab47.9184-13.5953-9.0805
CIE-Lab55.0329-14.5331-13.8097

#538c9b color RGB value is (83,140,155).

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

The process color (four color CMYK) of #538c9b color hex is 0.46, 0.10, 0.00, 0.39. Web safe color of #538c9b is #669999. Color #538c9b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10001100 10011011
Octal 123 214 233
Decimal 83 140 155
Hex 53 8C 9B

RGB Percentages of Color #538c9b

%21.96
%37.04
%41.01

CMYK Percentages of Color #538c9b

%46
%10
%0
%39

Triadic Colors of #538c9b

#538c9b #9b538c #8c9b53

Analogous Colors of #538c9b

#538c9b #53689b #539b86

Monochromatic Colors of #538c9b

#538c9b

Complementary Color

#538c9b #9b6253

#538c9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#538c9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#538c9b Color CSS Codes

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

#538c9b Text Font Color

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

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


#538c9b Background Color

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

This div background color is #538c9b


#538c9b Border Color

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

This div border color is #538c9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #538c9b


Comments

No comments written yet.

Please login to write comment.