Color Hex Logo

#005bdc Color Hex

#005BDC
(0,91,220)
0 Favorites   0 Comments

Color spaces of #005bdc

RGB 091220
HSL0.601.000.43
HSV215°100°86°
CMYK 1.000.590.00   0.14
XYZ16.659412.649569.2737
Yxy12.64950.16900.1283
Hunter Lab35.566121.3698-90.5854
CIE-Lab42.230328.8261-71.6178

#005bdc color RGB value is (0,91,220).

#005bdc hex color red value is 0, green value is 91 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #005bdc hue: 0.60 , saturation: 1.00 and the lightness value of 005bdc is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011011 11011100
Octal 0 133 334
Decimal 0 91 220
Hex 0 5B DC

RGB Percentages of Color #005bdc

%0.00
%29.26
%70.74

CMYK Percentages of Color #005bdc

%100
%59
%0
%14

Triadic Colors of #005bdc

#005bdc #dc005b #5bdc00

Analogous Colors of #005bdc

#005bdc #1300dc #00c9dc

Monochromatic Colors of #005bdc

#005bdc

Complementary Color

#005bdc #dc8100

#005bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#005bdc Color CSS Codes

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

#005bdc Text Font Color

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

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


#005bdc Background Color

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

This div background color is #005bdc


#005bdc Border Color

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

This div border color is #005bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005bdc


Comments

No comments written yet.

Please login to write comment.