Color Hex Logo

#076eae Color Hex

#076EAE
(7,110,174)
0 Favorites   0 Comments

Color spaces of #076eae

RGB 7110174
HSL0.560.920.35
HSV203°96°68°
CMYK 0.960.370.00   0.32
XYZ13.303514.253042.0943
Yxy14.25300.19100.2046
Hunter Lab37.7531-3.1680-39.6804
CIE-Lab44.5936-1.5746-41.2254

#076eae color RGB value is (7,110,174).

#076eae hex color red value is 7, green value is 110 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #076eae hue: 0.56 , saturation: 0.92 and the lightness value of 076eae is 0.35.

The process color (four color CMYK) of #076eae color hex is 0.96, 0.37, 0.00, 0.32. Web safe color of #076eae is #006699. Color #076eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101110 10101110
Octal 7 156 256
Decimal 7 110 174
Hex 7 6E AE

RGB Percentages of Color #076eae

%2.41
%37.80
%59.79

CMYK Percentages of Color #076eae

%96
%37
%0
%32

Triadic Colors of #076eae

#076eae #ae076e #6eae07

Analogous Colors of #076eae

#076eae #071aae #07ae9b

Monochromatic Colors of #076eae

#076eae

Complementary Color

#076eae #ae4707

#076eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#076eae Color CSS Codes

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

#076eae Text Font Color

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

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


#076eae Background Color

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

This div background color is #076eae


#076eae Border Color

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

This div border color is #076eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076eae


Comments

No comments written yet.

Please login to write comment.