Color Hex Logo

#005dbc Color Hex

#005DBC
(0,93,188)
0 Favorites   0 Comments

Color spaces of #005dbc

RGB 093188
HSL0.581.000.37
HSV210°100°74°
CMYK 1.000.510.00   0.26
XYZ12.991511.459549.1041
Yxy11.45950.17660.1558
Hunter Lab33.85199.2630-62.3072
CIE-Lab40.343914.6977-56.2285

#005dbc color RGB value is (0,93,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 10111100
Octal 0 135 274
Decimal 0 93 188
Hex 0 5D BC

RGB Percentages of Color #005dbc

%0.00
%33.10
%66.90

CMYK Percentages of Color #005dbc

%100
%51
%0
%26

Triadic Colors of #005dbc

#005dbc #bc005d #5dbc00

Analogous Colors of #005dbc

#005dbc #0100bc #00bbbc

Monochromatic Colors of #005dbc

#005dbc

Complementary Color

#005dbc #bc5f00

#005dbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005dbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#005dbc Color CSS Codes

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

#005dbc Text Font Color

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

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


#005dbc Background Color

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

This div background color is #005dbc


#005dbc Border Color

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

This div border color is #005dbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005dbc


Comments

No comments written yet.

Please login to write comment.