Color Hex Logo

#07a6d1 Color Hex

#07A6D1
(7,166,209)
0 Favorites   0 Comments

Color spaces of #07a6d1

RGB 7166209
HSL0.540.940.42
HSV193°97°82°
CMYK 0.970.210.00   0.18
XYZ25.232531.921165.1531
Yxy31.92110.20630.2610
Hunter Lab56.4988-19.1542-28.8228
CIE-Lab63.2776-20.3646-31.8488

#07a6d1 color RGB value is (7,166,209).

#07a6d1 hex color red value is 7, green value is 166 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #07a6d1 hue: 0.54 , saturation: 0.94 and the lightness value of 07a6d1 is 0.42.

The process color (four color CMYK) of #07a6d1 color hex is 0.97, 0.21, 0.00, 0.18. Web safe color of #07a6d1 is #0099cc. Color #07a6d1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000111 10100110 11010001
Octal 7 246 321
Decimal 7 166 209
Hex 7 A6 D1

RGB Percentages of Color #07a6d1

%1.83
%43.46
%54.71

CMYK Percentages of Color #07a6d1

%97
%21
%0
%18

Triadic Colors of #07a6d1

#07a6d1 #d107a6 #a6d107

Analogous Colors of #07a6d1

#07a6d1 #0741d1 #07d197

Monochromatic Colors of #07a6d1

#07a6d1

Complementary Color

#07a6d1 #d13207

#07a6d1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#07a6d1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#07a6d1 Color CSS Codes

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

#07a6d1 Text Font Color

<p style="color:#07a6d1">Text here</p>

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


#07a6d1 Background Color

<div style="background-color:#07a6d1">
Div content here</div>

This div background color is #07a6d1


#07a6d1 Border Color

<div style="border:3px solid #07a6d1">
Div here</div>

This div border color is #07a6d1


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(7,166,209, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #07a6d1; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #07a6d1;
  -webkit-box-shadow: 1px 1px 3px 2px #07a6d1;
  box-shadow:         1px 1px 3px 2px #07a6d1; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #07a6d1


Comments

No comments written yet.

Please login to write comment.