Color Hex Logo

#005deb Color Hex

#005DEB
(0,93,235)
0 Favorites   0 Comments

Color spaces of #005deb

RGB 093235
HSL0.601.000.46
HSV216°100°92°
CMYK 1.000.600.00   0.08
XYZ18.909713.826980.2695
Yxy13.82690.16730.1224
Hunter Lab37.184525.7008-101.9589
CIE-Lab43.983733.3394-77.2530

#005deb color RGB value is (0,93,235).

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

The process color (four color CMYK) of #005deb color hex is 1.00, 0.60, 0.00, 0.08. Web safe color of #005deb is #0066ff. Color #005deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011101 11101011
Octal 0 135 353
Decimal 0 93 235
Hex 0 5D EB

RGB Percentages of Color #005deb

%0.00
%28.35
%71.65

CMYK Percentages of Color #005deb

%100
%60
%0
%8

Triadic Colors of #005deb

#005deb #eb005d #5deb00

Analogous Colors of #005deb

#005deb #1900eb #00d3eb

Monochromatic Colors of #005deb

#005deb

Complementary Color

#005deb #eb8e00

#005deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005deb Color CSS Codes

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

#005deb Text Font Color

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

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


#005deb Background Color

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

This div background color is #005deb


#005deb Border Color

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

This div border color is #005deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005deb


Comments

No comments written yet.

Please login to write comment.