Color Hex Logo

#539dcb Color Hex

#539DCB
(83,157,203)
0 Favorites   0 Comments

Color spaces of #539dcb

RGB 83157203
HSL0.560.540.56
HSV203°59°80°
CMYK 0.590.230.00   0.20
XYZ26.403730.264760.9500
Yxy30.26470.22450.2573
Hunter Lab55.0134-10.6022-27.1788
CIE-Lab61.8819-9.4518-30.5501

#539dcb color RGB value is (83,157,203).

#539dcb hex color red value is 83, green value is 157 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #539dcb hue: 0.56 , saturation: 0.54 and the lightness value of 539dcb is 0.56.

The process color (four color CMYK) of #539dcb color hex is 0.59, 0.23, 0.00, 0.20. Web safe color of #539dcb is #6699cc. Color #539dcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01010011 10011101 11001011
Octal 123 235 313
Decimal 83 157 203
Hex 53 9D CB

RGB Percentages of Color #539dcb

%18.74
%35.44
%45.82

CMYK Percentages of Color #539dcb

%59
%23
%0
%20

Triadic Colors of #539dcb

#539dcb #cb539d #9dcb53

Analogous Colors of #539dcb

#539dcb #5361cb #53cbbd

Monochromatic Colors of #539dcb

#539dcb

Complementary Color

#539dcb #cb8153

#539dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#539dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#539dcb Color CSS Codes

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

#539dcb Text Font Color

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

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


#539dcb Background Color

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

This div background color is #539dcb


#539dcb Border Color

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

This div border color is #539dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #539dcb


Comments

No comments written yet.

Please login to write comment.