Color Hex Logo

#077edf Color Hex

#077EDF
(7,126,223)
0 Favorites   0 Comments

Color spaces of #077edf

RGB 7126223
HSL0.570.940.45
HSV207°97°87°
CMYK 0.970.430.00   0.13
XYZ20.867820.294672.6294
Yxy20.29460.18340.1783
Hunter Lab45.04953.8479-64.0534
CIE-Lab52.16877.8052-57.2166

#077edf color RGB value is (7,126,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000111 01111110 11011111
Octal 7 176 337
Decimal 7 126 223
Hex 7 7E DF

RGB Percentages of Color #077edf

%1.97
%35.39
%62.64

CMYK Percentages of Color #077edf

%97
%43
%0
%13

Triadic Colors of #077edf

#077edf #df077e #7edf07

Analogous Colors of #077edf

#077edf #0712df #07dfd4

Monochromatic Colors of #077edf

#077edf

Complementary Color

#077edf #df6807

#077edf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#077edf Color Preview on White Background

Lorem ipsum dolor sit amet.

#077edf Color CSS Codes

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

#077edf Text Font Color

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

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


#077edf Background Color

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

This div background color is #077edf


#077edf Border Color

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

This div border color is #077edf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #077edf


Comments

No comments written yet.

Please login to write comment.