Color Hex Logo

#067ead Color Hex

#067EAD
(6,126,173)
0 Favorites   0 Comments

Color spaces of #067ead

RGB 6126173
HSL0.550.930.35
HSV197°97°68°
CMYK 0.970.270.00   0.32
XYZ15.078817.977642.2104
Yxy17.97760.20030.2389
Hunter Lab42.4000-10.7197-29.3449
CIE-Lab49.4689-11.5199-32.9535

#067ead color RGB value is (6,126,173).

#067ead hex color red value is 6, green value is 126 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #067ead hue: 0.55 , saturation: 0.93 and the lightness value of 067ead is 0.35.

The process color (four color CMYK) of #067ead color hex is 0.97, 0.27, 0.00, 0.32. Web safe color of #067ead is #006699. Color #067ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111110 10101101
Octal 6 176 255
Decimal 6 126 173
Hex 6 7E AD

RGB Percentages of Color #067ead

%1.97
%41.31
%56.72

CMYK Percentages of Color #067ead

%97
%27
%0
%32

Triadic Colors of #067ead

#067ead #ad067e #7ead06

Analogous Colors of #067ead

#067ead #062aad #06ad89

Monochromatic Colors of #067ead

#067ead

Complementary Color

#067ead #ad3506

#067ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#067ead Color CSS Codes

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

#067ead Text Font Color

<p style="color:#067ead">Text here</p>

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


#067ead Background Color

<div style="background-color:#067ead">
Div content here</div>

This div background color is #067ead


#067ead Border Color

<div style="border:3px solid #067ead">
Div here</div>

This div border color is #067ead


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,126,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067ead; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067ead;
  -webkit-box-shadow: 1px 1px 3px 2px #067ead;
  box-shadow:         1px 1px 3px 2px #067ead; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067ead


Comments

No comments written yet.

Please login to write comment.