Color Hex Logo

#076def Color Hex

#076DEF
(7,109,239)
0 Favorites   0 Comments

Color spaces of #076def

RGB 7109239
HSL0.590.940.48
HSV214°97°94°
CMYK 0.970.540.00   0.06
XYZ21.136217.214483.8701
Yxy17.21440.17290.1408
Hunter Lab41.490218.3246-90.8081
CIE-Lab48.529124.7809-72.0781

#076def color RGB value is (7,109,239).

#076def hex color red value is 7, green value is 109 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #076def hue: 0.59 , saturation: 0.94 and the lightness value of 076def is 0.48.

The process color (four color CMYK) of #076def color hex is 0.97, 0.54, 0.00, 0.06. Web safe color of #076def is #0066ff. Color #076def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 01101101 11101111
Octal 7 155 357
Decimal 7 109 239
Hex 7 6D EF

RGB Percentages of Color #076def

%1.97
%30.70
%67.32

CMYK Percentages of Color #076def

%97
%54
%0
%6

Triadic Colors of #076def

#076def #ef076d #6def07

Analogous Colors of #076def

#076def #1507ef #07e1ef

Monochromatic Colors of #076def

#076def

Complementary Color

#076def #ef8907

#076def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#076def Color Preview on White Background

Lorem ipsum dolor sit amet.

#076def Color CSS Codes

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

#076def Text Font Color

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

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


#076def Background Color

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

This div background color is #076def


#076def Border Color

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

This div border color is #076def


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #076def


Comments

No comments written yet.

Please login to write comment.