Color Hex Logo

#067def Color Hex

#067DEF
(6,125,239)
0 Favorites   0 Comments

Color spaces of #067def

RGB 6125239
HSL0.580.950.48
HSV209°97°94°
CMYK 0.970.480.00   0.06
XYZ22.988720.937984.4911
Yxy20.93790.17900.1630
Hunter Lab45.75809.6016-77.4472
CIE-Lab52.881514.6239-65.0254

#067def color RGB value is (6,125,239).

#067def hex color red value is 6, green value is 125 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #067def hue: 0.58 , saturation: 0.95 and the lightness value of 067def is 0.48.

The process color (four color CMYK) of #067def color hex is 0.97, 0.48, 0.00, 0.06. Web safe color of #067def is #0066ff. Color #067def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111101 11101111
Octal 6 175 357
Decimal 6 125 239
Hex 6 7D EF

RGB Percentages of Color #067def

%1.62
%33.78
%64.59

CMYK Percentages of Color #067def

%97
%48
%0
%6

Triadic Colors of #067def

#067def #ef067d #7def06

Analogous Colors of #067def

#067def #0608ef #06efed

Monochromatic Colors of #067def

#067def

Complementary Color

#067def #ef7806

#067def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067def Color Preview on White Background

Lorem ipsum dolor sit amet.

#067def Color CSS Codes

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

#067def Text Font Color

<p style="color:#067def">Text here</p>

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


#067def Background Color

<div style="background-color:#067def">
Div content here</div>

This div background color is #067def


#067def Border Color

<div style="border:3px solid #067def">
Div here</div>

This div border color is #067def


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(6,125,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #067def; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #067def;
  -webkit-box-shadow: 1px 1px 3px 2px #067def;
  box-shadow:         1px 1px 3px 2px #067def; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067def


Comments

No comments written yet.

Please login to write comment.