Color Hex Logo

#067bec Color Hex

#067BEC
(6,123,236)
0 Favorites   0 Comments

Color spaces of #067bec

RGB 6123236
HSL0.580.950.47
HSV209°97°93°
CMYK 0.970.480.00   0.07
XYZ22.298420.260882.0923
Yxy20.26080.17890.1625
Hunter Lab45.01209.6557-76.6239
CIE-Lab52.130814.7096-64.5636

#067bec color RGB value is (6,123,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111011 11101100
Octal 6 173 354
Decimal 6 123 236
Hex 6 7B EC

RGB Percentages of Color #067bec

%1.64
%33.70
%64.66

CMYK Percentages of Color #067bec

%97
%48
%0
%7

Triadic Colors of #067bec

#067bec #ec067b #7bec06

Analogous Colors of #067bec

#067bec #0608ec #06ecea

Monochromatic Colors of #067bec

#067bec

Complementary Color

#067bec #ec7706

#067bec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067bec Color Preview on White Background

Lorem ipsum dolor sit amet.

#067bec Color CSS Codes

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

#067bec Text Font Color

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

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


#067bec Background Color

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

This div background color is #067bec


#067bec Border Color

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

This div border color is #067bec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067bec


Comments

No comments written yet.

Please login to write comment.