Color Hex Logo

#077edc Color Hex

#077EDC
(7,126,220)
0 Favorites   0 Comments

Color spaces of #077edc

RGB 7126220
HSL0.570.940.45
HSV206°97°86°
CMYK 0.970.430.00   0.14
XYZ20.466720.134270.5177
Yxy20.13420.18420.1812
Hunter Lab44.87112.8932-61.7680
CIE-Lab51.98866.6363-55.8167

#077edc color RGB value is (7,126,220).

#077edc hex color red value is 7, green value is 126 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #077edc hue: 0.57 , saturation: 0.94 and the lightness value of 077edc is 0.45.

The process color (four color CMYK) of #077edc color hex is 0.97, 0.43, 0.00, 0.14. Web safe color of #077edc is #0066cc. Color #077edc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111110 11011100
Octal 7 176 334
Decimal 7 126 220
Hex 7 7E DC

RGB Percentages of Color #077edc

%1.98
%35.69
%62.32

CMYK Percentages of Color #077edc

%97
%43
%0
%14

Triadic Colors of #077edc

#077edc #dc077e #7edc07

Analogous Colors of #077edc

#077edc #0714dc #07dcd0

Monochromatic Colors of #077edc

#077edc

Complementary Color

#077edc #dc6507

#077edc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077edc Color Preview on White Background

Lorem ipsum dolor sit amet.

#077edc Color CSS Codes

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

#077edc Text Font Color

<p style="color:#077edc">Text here</p>

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


#077edc Background Color

<div style="background-color:#077edc">
Div content here</div>

This div background color is #077edc


#077edc Border Color

<div style="border:3px solid #077edc">
Div here</div>

This div border color is #077edc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,126,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #077edc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #077edc;
  -webkit-box-shadow: 1px 1px 3px 2px #077edc;
  box-shadow:         1px 1px 3px 2px #077edc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077edc


Comments

No comments written yet.

Please login to write comment.