Color Hex Logo

#006fda Color Hex

#006FDA
(0,111,218)
0 Favorites   0 Comments

Color spaces of #006fda

RGB 0111218
HSL0.581.000.43
HSV209°100°85°
CMYK 1.000.490.00   0.15
XYZ18.339316.430868.5345
Yxy16.43080.17750.1591
Hunter Lab40.53499.8230-71.8702
CIE-Lab47.534715.0684-61.8583

#006fda color RGB value is (0,111,218).

#006fda hex color red value is 0, green value is 111 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #006fda hue: 0.58 , saturation: 1.00 and the lightness value of 006fda is 0.43.

The process color (four color CMYK) of #006fda color hex is 1.00, 0.49, 0.00, 0.15. Web safe color of #006fda is #0066cc. Color #006fda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101111 11011010
Octal 0 157 332
Decimal 0 111 218
Hex 0 6F DA

RGB Percentages of Color #006fda

%0.00
%33.74
%66.26

CMYK Percentages of Color #006fda

%100
%49
%0
%15

Triadic Colors of #006fda

#006fda #da006f #6fda00

Analogous Colors of #006fda

#006fda #0002da #00dad8

Monochromatic Colors of #006fda

#006fda

Complementary Color

#006fda #da6b00

#006fda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006fda Color Preview on White Background

Lorem ipsum dolor sit amet.

#006fda Color CSS Codes

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

#006fda Text Font Color

<p style="color:#006fda">Text here</p>

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


#006fda Background Color

<div style="background-color:#006fda">
Div content here</div>

This div background color is #006fda


#006fda Border Color

<div style="border:3px solid #006fda">
Div here</div>

This div border color is #006fda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,111,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #006fda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #006fda;
  -webkit-box-shadow: 1px 1px 3px 2px #006fda;
  box-shadow:         1px 1px 3px 2px #006fda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,111,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006fda


Comments

No comments written yet.

Please login to write comment.