Color Hex Logo

#076bfe Color Hex

#076BFE
(7,107,254)
0 Favorites   0 Comments

Color spaces of #076bfe

RGB 7107254
HSL0.600.990.51
HSV216°97°100°
CMYK 0.970.580.00   0.00
XYZ23.234717.716395.9609
Yxy17.71630.16970.1294
Hunter Lab42.090724.8758-105.7093
CIE-Lab49.150231.8142-79.4248

#076bfe color RGB value is (7,107,254).

#076bfe hex color red value is 7, green value is 107 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #076bfe hue: 0.60 , saturation: 0.99 and the lightness value of 076bfe is 0.51.

The process color (four color CMYK) of #076bfe color hex is 0.97, 0.58, 0.00, 0.00. Web safe color of #076bfe is #0066ff. Color #076bfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101011 11111110
Octal 7 153 376
Decimal 7 107 254
Hex 7 6B FE

RGB Percentages of Color #076bfe

%1.90
%29.08
%69.02

CMYK Percentages of Color #076bfe

%97
%58
%0
%0

Triadic Colors of #076bfe

#076bfe #fe076b #6bfe07

Analogous Colors of #076bfe

#076bfe #1e07fe #07e7fe

Monochromatic Colors of #076bfe

#076bfe

Complementary Color

#076bfe #fe9a07

#076bfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076bfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#076bfe Color CSS Codes

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

#076bfe Text Font Color

<p style="color:#076bfe">Text here</p>

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


#076bfe Background Color

<div style="background-color:#076bfe">
Div content here</div>

This div background color is #076bfe


#076bfe Border Color

<div style="border:3px solid #076bfe">
Div here</div>

This div border color is #076bfe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,107,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #076bfe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #076bfe;
  -webkit-box-shadow: 1px 1px 3px 2px #076bfe;
  box-shadow:         1px 1px 3px 2px #076bfe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,107,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076bfe

Related Colors


Comments

No comments written yet.

Please login to write comment.