Color Hex Logo

#006bda Color Hex

#006BDA
(0,107,218)
0 Favorites   0 Comments

Color spaces of #006bda

RGB 0107218
HSL0.581.000.43
HSV211°100°85°
CMYK 1.000.510.00   0.15
XYZ17.912615.577368.3923
Yxy15.57730.17580.1529
Hunter Lab39.468111.9431-75.1130
CIE-Lab46.415017.6364-63.6703

#006bda color RGB value is (0,107,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000000 01101011 11011010
Octal 0 153 332
Decimal 0 107 218
Hex 0 6B DA

RGB Percentages of Color #006bda

%0.00
%32.92
%67.08

CMYK Percentages of Color #006bda

%100
%51
%0
%15

Triadic Colors of #006bda

#006bda #da006b #6bda00

Analogous Colors of #006bda

#006bda #0200da #00d8da

Monochromatic Colors of #006bda

#006bda

Complementary Color

#006bda #da6f00

#006bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#006bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#006bda Color CSS Codes

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

#006bda Text Font Color

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

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


#006bda Background Color

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

This div background color is #006bda


#006bda Border Color

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

This div border color is #006bda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,107,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 #006bda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #006bda


Comments

No comments written yet.

Please login to write comment.