color codes Logo

#076ebc color codes

#076EBC
(7,110,188)
0 Favorites   0 Comments

Color spaces of #076ebc

RGB 7110188
HSL0.570.930.38
HSV206°96°74°
CMYK 0.960.410.00   0.26
XYZ14.740714.827949.6621
Yxy14.82790.18600.1871
Hunter Lab38.50700.9435-49.5108
CIE-Lab45.39763.9907-48.0940

#076ebc color RGB value is (7,110,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101110 10111100
Octal 7 156 274
Decimal 7 110 188
Hex 7 6E BC

RGB Percentages of Color #076ebc

%2.30
%36.07
%61.64

CMYK Percentages of Color #076ebc

%96
%41
%0
%26

Triadic Colors of #076ebc

#076ebc #bc076e #6ebc07

Analogous Colors of #076ebc

#076ebc #0714bc #07bcb0

Monochromatic Colors of #076ebc

#076ebc

Complementary Color

#076ebc #bc5507

#076ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#076ebc Color CSS Codes

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

#076ebc Text Font Color

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

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


#076ebc Background Color

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

This div background color is #076ebc


#076ebc Border Color

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

This div border color is #076ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076ebc


Comments

No comments written yet.

Please login to write comment.