color codes Logo

#076beb color codes

#076BEB
(7,107,235)
0 Favorites   0 Comments

Color spaces of #076beb

RGB 7107235
HSL0.590.940.47
HSV214°97°92°
CMYK 0.970.540.00   0.08
XYZ20.340716.558780.7213
Yxy16.55870.17290.1408
Hunter Lab40.692418.0142-89.1286
CIE-Lab47.699124.5092-71.1854

#076beb color RGB value is (7,107,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101011 11101011
Octal 7 153 353
Decimal 7 107 235
Hex 7 6B EB

RGB Percentages of Color #076beb

%2.01
%30.66
%67.34

CMYK Percentages of Color #076beb

%97
%54
%0
%8

Triadic Colors of #076beb

#076beb #eb076b #6beb07

Analogous Colors of #076beb

#076beb #1507eb #07ddeb

Monochromatic Colors of #076beb

#076beb

Complementary Color

#076beb #eb8707

#076beb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076beb Color Preview on White Background

Lorem ipsum dolor sit amet.

#076beb Color CSS Codes

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

#076beb Text Font Color

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

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


#076beb Background Color

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

This div background color is #076beb


#076beb Border Color

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

This div border color is #076beb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076beb


Comments

No comments written yet.

Please login to write comment.