Color Hex Logo

#005dba Color Hex

#005DBA
(0,93,186)
0 Favorites   0 Comments

Color spaces of #005dba

RGB 093186
HSL0.581.000.36
HSV210°100°73°
CMYK 1.000.500.00   0.27
XYZ12.777311.373947.9763
Yxy11.37390.17710.1577
Hunter Lab33.72528.6083-60.7362
CIE-Lab40.203213.8806-55.2877

#005dba color RGB value is (0,93,186).

#005dba hex color red value is 0, green value is 93 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #005dba hue: 0.58 , saturation: 1.00 and the lightness value of 005dba is 0.36.

The process color (four color CMYK) of #005dba color hex is 1.00, 0.50, 0.00, 0.27. Web safe color of #005dba is #0066cc. Color #005dba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 10111010
Octal 0 135 272
Decimal 0 93 186
Hex 0 5D BA

RGB Percentages of Color #005dba

%0.00
%33.33
%66.67

CMYK Percentages of Color #005dba

%100
%50
%0
%27

Triadic Colors of #005dba

#005dba #ba005d #5dba00

Analogous Colors of #005dba

#005dba #0000ba #00baba

Monochromatic Colors of #005dba

#005dba

Complementary Color

#005dba #ba5d00

#005dba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005dba Color Preview on White Background

Lorem ipsum dolor sit amet.

#005dba Color CSS Codes

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

#005dba Text Font Color

<p style="color:#005dba">Text here</p>

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


#005dba Background Color

<div style="background-color:#005dba">
Div content here</div>

This div background color is #005dba


#005dba Border Color

<div style="border:3px solid #005dba">
Div here</div>

This div border color is #005dba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,93,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #005dba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #005dba;
  -webkit-box-shadow: 1px 1px 3px 2px #005dba;
  box-shadow:         1px 1px 3px 2px #005dba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,93,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005dba


Comments

No comments written yet.

Please login to write comment.