Color Hex Logo

#076bcd Color Hex

#076BCD
(7,107,205)
0 Favorites   0 Comments

Color spaces of #076bcd

RGB 7107205
HSL0.580.930.42
HSV210°97°80°
CMYK 0.970.480.00   0.20
XYZ16.364814.968359.7843
Yxy14.96830.17960.1643
Hunter Lab38.68897.7972-64.5361
CIE-Lab45.590712.6823-57.5808

#076bcd color RGB value is (7,107,205).

#076bcd hex color red value is 7, green value is 107 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #076bcd hue: 0.58 , saturation: 0.93 and the lightness value of 076bcd is 0.42.

The process color (four color CMYK) of #076bcd color hex is 0.97, 0.48, 0.00, 0.20. Web safe color of #076bcd is #0066cc. Color #076bcd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101011 11001101
Octal 7 153 315
Decimal 7 107 205
Hex 7 6B CD

RGB Percentages of Color #076bcd

%2.19
%33.54
%64.26

CMYK Percentages of Color #076bcd

%97
%48
%0
%20

Triadic Colors of #076bcd

#076bcd #cd076b #6bcd07

Analogous Colors of #076bcd

#076bcd #0708cd #07cdcc

Monochromatic Colors of #076bcd

#076bcd

Complementary Color

#076bcd #cd6907

#076bcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076bcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#076bcd Color CSS Codes

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

#076bcd Text Font Color

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

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


#076bcd Background Color

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

This div background color is #076bcd


#076bcd Border Color

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

This div border color is #076bcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076bcd


Comments

No comments written yet.

Please login to write comment.