Color Hex Logo

#539cbd Color Hex

#539CBD
(83,156,189)
0 Favorites   0 Comments

Color spaces of #539cbd

RGB 83156189
HSL0.550.450.53
HSV199°56°74°
CMYK 0.560.170.00   0.26
XYZ24.641129.290152.4989
Yxy29.29010.23150.2752
Hunter Lab54.1203-13.4391-19.6295
CIE-Lab61.0368-13.2364-24.0070

#539cbd color RGB value is (83,156,189).

#539cbd hex color red value is 83, green value is 156 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #539cbd hue: 0.55 , saturation: 0.45 and the lightness value of 539cbd is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011100 10111101
Octal 123 234 275
Decimal 83 156 189
Hex 53 9C BD

RGB Percentages of Color #539cbd

%19.39
%36.45
%44.16

CMYK Percentages of Color #539cbd

%56
%17
%0
%26

Triadic Colors of #539cbd

#539cbd #bd539c #9cbd53

Analogous Colors of #539cbd

#539cbd #5367bd #53bda9

Monochromatic Colors of #539cbd

#539cbd

Complementary Color

#539cbd #bd7453

#539cbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539cbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#539cbd Color CSS Codes

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

#539cbd Text Font Color

<p style="color:#539cbd">Text here</p>

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


#539cbd Background Color

<div style="background-color:#539cbd">
Div content here</div>

This div background color is #539cbd


#539cbd Border Color

<div style="border:3px solid #539cbd">
Div here</div>

This div border color is #539cbd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(83,156,189, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #539cbd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #539cbd;
  -webkit-box-shadow: 1px 1px 3px 2px #539cbd;
  box-shadow:         1px 1px 3px 2px #539cbd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539cbd


Comments

No comments written yet.

Please login to write comment.