color codes Logo

#076feb color codes

#076FEB
(7,111,235)
0 Favorites   0 Comments

Color spaces of #076feb

RGB 7111235
HSL0.590.940.47
HSV213°97°92°
CMYK 0.970.530.00   0.08
XYZ20.767517.412280.8636
Yxy17.41220.17450.1463
Hunter Lab41.727915.8135-85.6872
CIE-Lab48.775321.9479-69.4362

#076feb color RGB value is (7,111,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101111 11101011
Octal 7 157 353
Decimal 7 111 235
Hex 7 6F EB

RGB Percentages of Color #076feb

%1.98
%31.44
%66.57

CMYK Percentages of Color #076feb

%97
%53
%0
%8

Triadic Colors of #076feb

#076feb #eb076f #6feb07

Analogous Colors of #076feb

#076feb #1107eb #07e1eb

Monochromatic Colors of #076feb

#076feb

Complementary Color

#076feb #eb8307

#076feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#076feb Color CSS Codes

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

#076feb Text Font Color

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

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


#076feb Background Color

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

This div background color is #076feb


#076feb Border Color

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

This div border color is #076feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076feb


Comments

No comments written yet.

Please login to write comment.