Color Hex Logo

#005dbd Color Hex

#005DBD
(0,93,189)
0 Favorites   0 Comments

Color spaces of #005dbd

RGB 093189
HSL0.581.000.37
HSV210°100°74°
CMYK 1.000.510.00   0.26
XYZ13.099711.502849.6740
Yxy11.50280.17640.1549
Hunter Lab33.91589.5916-63.0968
CIE-Lab40.414715.1053-56.6974

#005dbd color RGB value is (0,93,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 10111101
Octal 0 135 275
Decimal 0 93 189
Hex 0 5D BD

RGB Percentages of Color #005dbd

%0.00
%32.98
%67.02

CMYK Percentages of Color #005dbd

%100
%51
%0
%26

Triadic Colors of #005dbd

#005dbd #bd005d #5dbd00

Analogous Colors of #005dbd

#005dbd #0100bd #00bcbd

Monochromatic Colors of #005dbd

#005dbd

Complementary Color

#005dbd #bd6000

#005dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#005dbd Color CSS Codes

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

#005dbd Text Font Color

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

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


#005dbd Background Color

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

This div background color is #005dbd


#005dbd Border Color

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

This div border color is #005dbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,93,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 #005dbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005dbd


Comments

No comments written yet.

Please login to write comment.