Color Hex Logo

#067deb Color Hex

#067DEB
(6,125,235)
0 Favorites   0 Comments

Color spaces of #067deb

RGB 6125235
HSL0.580.950.47
HSV209°97°92°
CMYK 0.970.470.00   0.08
XYZ22.404120.704181.4127
Yxy20.70410.17990.1663
Hunter Lab45.50188.2615-74.2317
CIE-Lab52.624113.0697-63.2093

#067deb color RGB value is (6,125,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000110 01111101 11101011
Octal 6 175 353
Decimal 6 125 235
Hex 6 7D EB

RGB Percentages of Color #067deb

%1.64
%34.15
%64.21

CMYK Percentages of Color #067deb

%97
%47
%0
%8

Triadic Colors of #067deb

#067deb #eb067d #7deb06

Analogous Colors of #067deb

#067deb #060aeb #06ebe7

Monochromatic Colors of #067deb

#067deb

Complementary Color

#067deb #eb7406

#067deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#067deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#067deb Color CSS Codes

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

#067deb Text Font Color

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

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


#067deb Background Color

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

This div background color is #067deb


#067deb Border Color

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

This div border color is #067deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #067deb


Comments

No comments written yet.

Please login to write comment.