Color Hex Logo

#046ede Color Hex

#046EDE
(4,110,222)
0 Favorites   0 Comments

Color spaces of #046ede

RGB 4110222
HSL0.590.960.44
HSV211°98°87°
CMYK 0.980.500.00   0.13
XYZ18.810816.451671.2913
Yxy16.45160.17650.1544
Hunter Lab40.560611.8020-75.8187
CIE-Lab47.561517.4080-64.0802

#046ede color RGB value is (4,110,222).

#046ede hex color red value is 4, green value is 110 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #046ede hue: 0.59 , saturation: 0.96 and the lightness value of 046ede is 0.44.

The process color (four color CMYK) of #046ede color hex is 0.98, 0.50, 0.00, 0.13. Web safe color of #046ede is #0066cc. Color #046ede contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 01101110 11011110
Octal 4 156 336
Decimal 4 110 222
Hex 4 6E DE

RGB Percentages of Color #046ede

%1.19
%32.74
%66.07

CMYK Percentages of Color #046ede

%98
%50
%0
%13

Triadic Colors of #046ede

#046ede #de046e #6ede04

Analogous Colors of #046ede

#046ede #0704de #04dbde

Monochromatic Colors of #046ede

#046ede

Complementary Color

#046ede #de7404

#046ede Color Preview on Black Background

Lorem ipsum dolor sit amet.

#046ede Color Preview on White Background

Lorem ipsum dolor sit amet.

#046ede Color CSS Codes

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

#046ede Text Font Color

<p style="color:#046ede">Text here</p>

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


#046ede Background Color

<div style="background-color:#046ede">
Div content here</div>

This div background color is #046ede


#046ede Border Color

<div style="border:3px solid #046ede">
Div here</div>

This div border color is #046ede


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,110,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #046ede; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #046ede;
  -webkit-box-shadow: 1px 1px 3px 2px #046ede;
  box-shadow:         1px 1px 3px 2px #046ede; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #046ede


Comments

No comments written yet.

Please login to write comment.