Color Hex Logo

#069aec Color Hex

#069AEC
(6,154,236)
0 Favorites   0 Comments

Color spaces of #069aec

RGB 6154236
HSL0.560.950.47
HSV201°97°93°
CMYK 0.970.350.00   0.07
XYZ26.771029.206083.5832
Yxy29.20600.19180.2093
Hunter Lab54.0426-6.1512-53.8692
CIE-Lab60.9630-3.9851-50.4310

#069aec color RGB value is (6,154,236).

#069aec hex color red value is 6, green value is 154 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #069aec hue: 0.56 , saturation: 0.95 and the lightness value of 069aec is 0.47.

The process color (four color CMYK) of #069aec color hex is 0.97, 0.35, 0.00, 0.07. Web safe color of #069aec is #0099ff. Color #069aec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011010 11101100
Octal 6 232 354
Decimal 6 154 236
Hex 6 9A EC

RGB Percentages of Color #069aec

%1.52
%38.89
%59.60

CMYK Percentages of Color #069aec

%97
%35
%0
%7

Triadic Colors of #069aec

#069aec #ec069a #9aec06

Analogous Colors of #069aec

#069aec #0627ec #06eccb

Monochromatic Colors of #069aec

#069aec

Complementary Color

#069aec #ec5806

#069aec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069aec Color Preview on White Background

Lorem ipsum dolor sit amet.

#069aec Color CSS Codes

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

#069aec Text Font Color

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

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


#069aec Background Color

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

This div background color is #069aec


#069aec Border Color

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

This div border color is #069aec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069aec


Comments

No comments written yet.

Please login to write comment.