Color Hex Logo

#004de6 Color Hex

#004DE6
(0,77,230)
0 Favorites   0 Comments

Color spaces of #004de6

RGB 077230
HSL0.611.000.45
HSV220°100°90°
CMYK 1.000.670.00   0.10
XYZ16.936811.020976.0975
Yxy11.02090.16280.1059
Hunter Lab33.197732.9710-112.6690
CIE-Lab39.615641.6408-81.5980

#004de6 color RGB value is (0,77,230).

#004de6 hex color red value is 0, green value is 77 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #004de6 hue: 0.61 , saturation: 1.00 and the lightness value of 004de6 is 0.45.

The process color (four color CMYK) of #004de6 color hex is 1.00, 0.67, 0.00, 0.10. Web safe color of #004de6 is #0066ff. Color #004de6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01001101 11100110
Octal 0 115 346
Decimal 0 77 230
Hex 0 4D E6

RGB Percentages of Color #004de6

%0.00
%25.08
%74.92

CMYK Percentages of Color #004de6

%100
%67
%0
%10

Triadic Colors of #004de6

#004de6 #e6004d #4de600

Analogous Colors of #004de6

#004de6 #2600e6 #00c0e6

Monochromatic Colors of #004de6

#004de6

Complementary Color

#004de6 #e69900

#004de6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#004de6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#004de6 Color CSS Codes

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

#004de6 Text Font Color

<p style="color:#004de6">Text here</p>

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


#004de6 Background Color

<div style="background-color:#004de6">
Div content here</div>

This div background color is #004de6


#004de6 Border Color

<div style="border:3px solid #004de6">
Div here</div>

This div border color is #004de6


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,77,230, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #004de6; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #004de6;
  -webkit-box-shadow: 1px 1px 3px 2px #004de6;
  box-shadow:         1px 1px 3px 2px #004de6; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #004de6


Comments

No comments written yet.

Please login to write comment.