Color Hex Logo

#076acd Color Hex

#076ACD
(7,106,205)
0 Favorites   0 Comments

Color spaces of #076acd

RGB 7106205
HSL0.580.930.42
HSV210°97°80°
CMYK 0.970.480.00   0.20
XYZ16.261114.761059.7497
Yxy14.76100.17910.1626
Hunter Lab38.42008.3142-65.3120
CIE-Lab45.305113.3247-58.0417

#076acd color RGB value is (7,106,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101010 11001101
Octal 7 152 315
Decimal 7 106 205
Hex 7 6A CD

RGB Percentages of Color #076acd

%2.20
%33.33
%64.47

CMYK Percentages of Color #076acd

%97
%48
%0
%20

Triadic Colors of #076acd

#076acd #cd076a #6acd07

Analogous Colors of #076acd

#076acd #0707cd #07cdcd

Monochromatic Colors of #076acd

#076acd

Complementary Color

#076acd #cd6a07

#076acd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076acd Color Preview on White Background

Lorem ipsum dolor sit amet.

#076acd Color CSS Codes

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

#076acd Text Font Color

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

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


#076acd Background Color

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

This div background color is #076acd


#076acd Border Color

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

This div border color is #076acd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076acd


Comments

No comments written yet.

Please login to write comment.