Color Hex Logo

#069fae Color Hex

#069FAE
(6,159,174)
0 Favorites   0 Comments

Color spaces of #069fae

RGB 6159174
HSL0.510.930.35
HSV185°97°68°
CMYK 0.970.090.00   0.32
XYZ20.113227.891044.3678
Yxy27.89100.21770.3019
Hunter Lab52.8119-24.4399-12.8417
CIE-Lab59.7901-28.7265-17.6017

#069fae color RGB value is (6,159,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011111 10101110
Octal 6 237 256
Decimal 6 159 174
Hex 6 9F AE

RGB Percentages of Color #069fae

%1.77
%46.90
%51.33

CMYK Percentages of Color #069fae

%97
%9
%0
%32

Triadic Colors of #069fae

#069fae #ae069f #9fae06

Analogous Colors of #069fae

#069fae #064bae #06ae69

Monochromatic Colors of #069fae

#069fae

Complementary Color

#069fae #ae1506

#069fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#069fae Color CSS Codes

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

#069fae Text Font Color

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

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


#069fae Background Color

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

This div background color is #069fae


#069fae Border Color

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

This div border color is #069fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069fae


Comments

No comments written yet.

Please login to write comment.