Color Hex Logo

#005ecd Color Hex

#005ECD
(0,94,205)
0 Favorites   0 Comments

Color spaces of #005ecd

RGB 094205
HSL0.591.000.40
HSV212°100°80°
CMYK 1.000.540.00   0.20
XYZ15.022112.413259.3618
Yxy12.41320.17310.1430
Hunter Lab35.232414.4508-75.2330
CIE-Lab41.865420.9141-63.6171

#005ecd color RGB value is (0,94,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01011110 11001101
Octal 0 136 315
Decimal 0 94 205
Hex 0 5E CD

RGB Percentages of Color #005ecd

%0.00
%31.44
%68.56

CMYK Percentages of Color #005ecd

%100
%54
%0
%20

Triadic Colors of #005ecd

#005ecd #cd005e #5ecd00

Analogous Colors of #005ecd

#005ecd #0800cd #00c5cd

Monochromatic Colors of #005ecd

#005ecd

Complementary Color

#005ecd #cd6f00

#005ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#005ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#005ecd Color CSS Codes

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

#005ecd Text Font Color

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

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


#005ecd Background Color

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

This div background color is #005ecd


#005ecd Border Color

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

This div border color is #005ecd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #005ecd


Comments

No comments written yet.

Please login to write comment.