Color Hex Logo

#a7bd06 Color Hex

#A7BD06
(167,189,6)
0 Favorites   0 Comments

Color spaces of #a7bd06

RGB 1671896
HSL0.190.940.38
HSV67°97°74°
CMYK 0.120.000.97   0.26
XYZ34.166844.62386.9848
Yxy44.62380.39830.5202
Hunter Lab66.8010-25.604340.5613
CIE-Lab72.6435-26.568472.7713

#a7bd06 color RGB value is (167,189,6).

#a7bd06 hex color red value is 167, green value is 189 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #a7bd06 hue: 0.19 , saturation: 0.94 and the lightness value of a7bd06 is 0.38.

The process color (four color CMYK) of #a7bd06 color hex is 0.12, 0.00, 0.97, 0.26. Web safe color of #a7bd06 is #99cc00. Color #a7bd06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100111 10111101 00000110
Octal 247 275 6
Decimal 167 189 6
Hex A7 BD 6

RGB Percentages of Color #a7bd06

%46.13
%52.21
%1.66

CMYK Percentages of Color #a7bd06

%12
%0
%97
%26

Triadic Colors of #a7bd06

#a7bd06 #06a7bd #bd06a7

Analogous Colors of #a7bd06

#a7bd06 #4cbd06 #bd7806

Monochromatic Colors of #a7bd06

#a7bd06

Complementary Color

#a7bd06 #1c06bd

#a7bd06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a7bd06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a7bd06 Color CSS Codes

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

#a7bd06 Text Font Color

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

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


#a7bd06 Background Color

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

This div background color is #a7bd06


#a7bd06 Border Color

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

This div border color is #a7bd06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(167,189,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a7bd06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a7bd06;
  -webkit-box-shadow: 1px 1px 3px 2px #a7bd06;
  box-shadow:         1px 1px 3px 2px #a7bd06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(167,189,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a7bd06


Comments

No comments written yet.

Please login to write comment.