Color Hex Logo

#076ebe Color Hex

#076EBE
(7,110,190)
0 Favorites   0 Comments

Color spaces of #076ebe

RGB 7110190
HSL0.570.930.39
HSV206°96°75°
CMYK 0.960.420.00   0.25
XYZ14.957814.914750.8057
Yxy14.91470.18540.1849
Hunter Lab38.61961.5509-50.9649
CIE-Lab45.51714.7877-49.0606

#076ebe color RGB value is (7,110,190).

#076ebe hex color red value is 7, green value is 110 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #076ebe hue: 0.57 , saturation: 0.93 and the lightness value of 076ebe is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101110 10111110
Octal 7 156 276
Decimal 7 110 190
Hex 7 6E BE

RGB Percentages of Color #076ebe

%2.28
%35.83
%61.89

CMYK Percentages of Color #076ebe

%96
%42
%0
%25

Triadic Colors of #076ebe

#076ebe #be076e #6ebe07

Analogous Colors of #076ebe

#076ebe #0712be #07beb3

Monochromatic Colors of #076ebe

#076ebe

Complementary Color

#076ebe #be5707

#076ebe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076ebe Color Preview on White Background

Lorem ipsum dolor sit amet.

#076ebe Color CSS Codes

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

#076ebe Text Font Color

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

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


#076ebe Background Color

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

This div background color is #076ebe


#076ebe Border Color

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

This div border color is #076ebe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076ebe


Comments

No comments written yet.

Please login to write comment.