Color Hex Logo

#067bee Color Hex

#067BEE
(6,123,238)
0 Favorites   0 Comments

Color spaces of #067bee

RGB 6123238
HSL0.580.950.48
HSV210°97°93°
CMYK 0.970.480.00   0.07
XYZ22.590720.377783.6315
Yxy20.37770.17840.1610
Hunter Lab45.141710.3306-78.2442
CIE-Lab52.261615.4875-65.4687

#067bee color RGB value is (6,123,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111011 11101110
Octal 6 173 356
Decimal 6 123 238
Hex 6 7B EE

RGB Percentages of Color #067bee

%1.63
%33.51
%64.85

CMYK Percentages of Color #067bee

%97
%48
%0
%7

Triadic Colors of #067bee

#067bee #ee067b #7bee06

Analogous Colors of #067bee

#067bee #0607ee #06eeed

Monochromatic Colors of #067bee

#067bee

Complementary Color

#067bee #ee7906

#067bee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067bee Color Preview on White Background

Lorem ipsum dolor sit amet.

#067bee Color CSS Codes

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

#067bee Text Font Color

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

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


#067bee Background Color

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

This div background color is #067bee


#067bee Border Color

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

This div border color is #067bee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067bee


Comments

No comments written yet.

Please login to write comment.