Color Hex Logo

#076abc Color Hex

#076ABC
(7,106,188)
0 Favorites   0 Comments

Color spaces of #076abc

RGB 7106188
HSL0.580.930.38
HSV207°96°74°
CMYK 0.960.440.00   0.26
XYZ14.318813.984149.5215
Yxy13.98410.18400.1797
Hunter Lab37.39532.9065-52.3392
CIE-Lab44.21016.5213-49.9959

#076abc color RGB value is (7,106,188).

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

The process color (four color CMYK) of #076abc color hex is 0.96, 0.44, 0.00, 0.26. Web safe color of #076abc is #0066cc. Color #076abc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101010 10111100
Octal 7 152 274
Decimal 7 106 188
Hex 7 6A BC

RGB Percentages of Color #076abc

%2.33
%35.22
%62.46

CMYK Percentages of Color #076abc

%96
%44
%0
%26

Triadic Colors of #076abc

#076abc #bc076a #6abc07

Analogous Colors of #076abc

#076abc #0710bc #07bcb4

Monochromatic Colors of #076abc

#076abc

Complementary Color

#076abc #bc5907

#076abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#076abc Color CSS Codes

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

#076abc Text Font Color

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

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


#076abc Background Color

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

This div background color is #076abc


#076abc Border Color

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

This div border color is #076abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076abc


Comments

No comments written yet.

Please login to write comment.