Color Hex Logo

#067ebc Color Hex

#067EBC
(6,126,188)
0 Favorites   0 Comments

Color spaces of #067ebc

RGB 6126188
HSL0.560.940.38
HSV200°97°74°
CMYK 0.970.330.00   0.26
XYZ16.613118.591350.2898
Yxy18.59130.19430.2175
Hunter Lab43.1176-6.6803-38.9699
CIE-Lab50.2056-5.8095-40.4502

#067ebc color RGB value is (6,126,188).

#067ebc hex color red value is 6, green value is 126 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #067ebc hue: 0.56 , saturation: 0.94 and the lightness value of 067ebc is 0.38.

The process color (four color CMYK) of #067ebc color hex is 0.97, 0.33, 0.00, 0.26. Web safe color of #067ebc is #0066cc. Color #067ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111110 10111100
Octal 6 176 274
Decimal 6 126 188
Hex 6 7E BC

RGB Percentages of Color #067ebc

%1.88
%39.38
%58.75

CMYK Percentages of Color #067ebc

%97
%33
%0
%26

Triadic Colors of #067ebc

#067ebc #bc067e #7ebc06

Analogous Colors of #067ebc

#067ebc #0623bc #06bc9f

Monochromatic Colors of #067ebc

#067ebc

Complementary Color

#067ebc #bc4406

#067ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#067ebc Color CSS Codes

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

#067ebc Text Font Color

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

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


#067ebc Background Color

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

This div background color is #067ebc


#067ebc Border Color

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

This div border color is #067ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067ebc


Comments

No comments written yet.

Please login to write comment.