color codes Logo

#076cec color codes

#076CEC
(7,108,236)
0 Favorites   0 Comments

Color spaces of #076cec

RGB 7108236
HSL0.590.940.48
HSV214°97°93°
CMYK 0.970.540.00   0.07
XYZ20.590516.826481.5195
Yxy16.82640.17310.1415
Hunter Lab41.020017.8153-89.1137
CIE-Lab48.040624.2568-71.1914

#076cec color RGB value is (7,108,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101100 11101100
Octal 7 154 354
Decimal 7 108 236
Hex 7 6C EC

RGB Percentages of Color #076cec

%1.99
%30.77
%67.24

CMYK Percentages of Color #076cec

%97
%54
%0
%7

Triadic Colors of #076cec

#076cec #ec076c #6cec07

Analogous Colors of #076cec

#076cec #1407ec #07dfec

Monochromatic Colors of #076cec

#076cec

Complementary Color

#076cec #ec8707

#076cec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076cec Color Preview on White Background

Lorem ipsum dolor sit amet.

#076cec Color CSS Codes

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

#076cec Text Font Color

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

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


#076cec Background Color

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

This div background color is #076cec


#076cec Border Color

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

This div border color is #076cec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076cec


Comments

No comments written yet.

Please login to write comment.