Color Hex Logo

#005dbe Color Hex

#005DBE
(0,93,190)
0 Favorites   0 Comments

Color spaces of #005dbe

RGB 093190
HSL0.591.000.37
HSV211°100°75°
CMYK 1.000.510.00   0.25
XYZ13.208611.546450.2477
Yxy11.54640.17610.1539
Hunter Lab33.98009.9210-63.8887
CIE-Lab40.485915.5121-57.1651

#005dbe color RGB value is (0,93,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 10111110
Octal 0 135 276
Decimal 0 93 190
Hex 0 5D BE

RGB Percentages of Color #005dbe

%0.00
%32.86
%67.14

CMYK Percentages of Color #005dbe

%100
%51
%0
%25

Triadic Colors of #005dbe

#005dbe #be005d #5dbe00

Analogous Colors of #005dbe

#005dbe #0200be #00bcbe

Monochromatic Colors of #005dbe

#005dbe

Complementary Color

#005dbe #be6100

#005dbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005dbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#005dbe Color CSS Codes

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

#005dbe Text Font Color

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

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


#005dbe Background Color

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

This div background color is #005dbe


#005dbe Border Color

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

This div border color is #005dbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005dbe


Comments

No comments written yet.

Please login to write comment.