Color Hex Logo

#069deb Color Hex

#069DEB
(6,157,235)
0 Favorites   0 Comments

Color spaces of #069deb

RGB 6157235
HSL0.560.950.47
HSV200°97°92°
CMYK 0.970.330.00   0.08
XYZ27.127530.150882.9872
Yxy30.15080.19340.2150
Hunter Lab54.9097-7.9063-51.1704
CIE-Lab61.7841-6.0759-48.5790

#069deb color RGB value is (6,157,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 10011101 11101011
Octal 6 235 353
Decimal 6 157 235
Hex 6 9D EB

RGB Percentages of Color #069deb

%1.51
%39.45
%59.05

CMYK Percentages of Color #069deb

%97
%33
%0
%8

Triadic Colors of #069deb

#069deb #eb069d #9deb06

Analogous Colors of #069deb

#069deb #062beb #06ebc7

Monochromatic Colors of #069deb

#069deb

Complementary Color

#069deb #eb5406

#069deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#069deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#069deb Color CSS Codes

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

#069deb Text Font Color

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

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


#069deb Background Color

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

This div background color is #069deb


#069deb Border Color

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

This div border color is #069deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #069deb


Comments

No comments written yet.

Please login to write comment.