Color Hex Logo

#069aeb Color Hex

#069AEB
(6,154,235)
0 Favorites   0 Comments

Color spaces of #069aeb

RGB 6154235
HSL0.560.950.47
HSV201°97°92°
CMYK 0.970.340.00   0.08
XYZ26.626129.148182.8201
Yxy29.14810.19210.2103
Hunter Lab53.9890-6.4487-53.1597
CIE-Lab60.9121-4.3581-49.9597

#069aeb color RGB value is (6,154,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011010 11101011
Octal 6 232 353
Decimal 6 154 235
Hex 6 9A EB

RGB Percentages of Color #069aeb

%1.52
%38.99
%59.49

CMYK Percentages of Color #069aeb

%97
%34
%0
%8

Triadic Colors of #069aeb

#069aeb #eb069a #9aeb06

Analogous Colors of #069aeb

#069aeb #0627eb #06ebca

Monochromatic Colors of #069aeb

#069aeb

Complementary Color

#069aeb #eb5706

#069aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#069aeb Color CSS Codes

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

#069aeb Text Font Color

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

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


#069aeb Background Color

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

This div background color is #069aeb


#069aeb Border Color

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

This div border color is #069aeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069aeb


Comments

No comments written yet.

Please login to write comment.