Color Hex Logo

#069ead Color Hex

#069EAD
(6,158,173)
0 Favorites   0 Comments

Color spaces of #069ead

RGB 6158173
HSL0.510.930.35
HSV185°97°68°
CMYK 0.970.090.00   0.32
XYZ19.844827.509643.7991
Yxy27.50960.21770.3018
Hunter Lab52.4496-24.2496-12.7966
CIE-Lab59.4431-28.5618-17.5638

#069ead color RGB value is (6,158,173).

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

The process color (four color CMYK) of #069ead color hex is 0.97, 0.09, 0.00, 0.32. Web safe color of #069ead is #009999. Color #069ead contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011110 10101101
Octal 6 236 255
Decimal 6 158 173
Hex 6 9E AD

RGB Percentages of Color #069ead

%1.78
%46.88
%51.34

CMYK Percentages of Color #069ead

%97
%9
%0
%32

Triadic Colors of #069ead

#069ead #ad069e #9ead06

Analogous Colors of #069ead

#069ead #064aad #06ad69

Monochromatic Colors of #069ead

#069ead

Complementary Color

#069ead #ad1506

#069ead Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069ead Color Preview on White Background

Lorem ipsum dolor sit amet.

#069ead Color CSS Codes

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

#069ead Text Font Color

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

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


#069ead Background Color

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

This div background color is #069ead


#069ead Border Color

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

This div border color is #069ead


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(6,158,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 #069ead">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069ead


Comments

No comments written yet.

Please login to write comment.