Color Hex Logo

#005edb Color Hex

#005EDB
(0,94,219)
0 Favorites   0 Comments

Color spaces of #005edb

RGB 094219
HSL0.601.000.43
HSV214°100°86°
CMYK 1.000.570.00   0.14
XYZ16.788913.119968.6654
Yxy13.11990.17030.1331
Hunter Lab36.221419.3487-87.0419
CIE-Lab42.943426.4759-69.8835

#005edb color RGB value is (0,94,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011110 11011011
Octal 0 136 333
Decimal 0 94 219
Hex 0 5E DB

RGB Percentages of Color #005edb

%0.00
%30.03
%69.97

CMYK Percentages of Color #005edb

%100
%57
%0
%14

Triadic Colors of #005edb

#005edb #db005e #5edb00

Analogous Colors of #005edb

#005edb #1000db #00ccdb

Monochromatic Colors of #005edb

#005edb

Complementary Color

#005edb #db7d00

#005edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#005edb Color CSS Codes

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

#005edb Text Font Color

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

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


#005edb Background Color

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

This div background color is #005edb


#005edb Border Color

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

This div border color is #005edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005edb


Comments

No comments written yet.

Please login to write comment.