Color Hex Logo

#076eeb Color Hex

#076EEB
(7,110,235)
0 Favorites   0 Comments

Color spaces of #076eeb

RGB 7110235
HSL0.590.940.47
HSV213°97°92°
CMYK 0.970.530.00   0.08
XYZ20.658917.195280.8274
Yxy17.19520.17410.1449
Hunter Lab41.467116.3613-86.5407
CIE-Lab48.505122.5868-69.8751

#076eeb color RGB value is (7,110,235).

#076eeb hex color red value is 7, green value is 110 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #076eeb hue: 0.59 , saturation: 0.94 and the lightness value of 076eeb is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101110 11101011
Octal 7 156 353
Decimal 7 110 235
Hex 7 6E EB

RGB Percentages of Color #076eeb

%1.99
%31.25
%66.76

CMYK Percentages of Color #076eeb

%97
%53
%0
%8

Triadic Colors of #076eeb

#076eeb #eb076e #6eeb07

Analogous Colors of #076eeb

#076eeb #1207eb #07e0eb

Monochromatic Colors of #076eeb

#076eeb

Complementary Color

#076eeb #eb8407

#076eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#076eeb Color CSS Codes

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

#076eeb Text Font Color

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

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


#076eeb Background Color

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

This div background color is #076eeb


#076eeb Border Color

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

This div border color is #076eeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(7,110,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 #076eeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076eeb


Comments

No comments written yet.

Please login to write comment.