Color Hex Logo

#65ad06 Color Hex

#65AD06
(101,173,6)
0 Favorites   0 Comments

Color spaces of #65ad06

RGB 1011736
HSL0.240.930.35
HSV86°97°68°
CMYK 0.420.000.97   0.32
XYZ20.343332.66705.4055
Yxy32.66700.34820.5592
Hunter Lab57.1551-36.487534.4011
CIE-Lab63.8904-45.267964.2362

#65ad06 color RGB value is (101,173,6).

#65ad06 hex color red value is 101, green value is 173 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #65ad06 hue: 0.24 , saturation: 0.93 and the lightness value of 65ad06 is 0.35.

The process color (four color CMYK) of #65ad06 color hex is 0.42, 0.00, 0.97, 0.32. Web safe color of #65ad06 is #669900. Color #65ad06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01100101 10101101 00000110
Octal 145 255 6
Decimal 101 173 6
Hex 65 AD 6

RGB Percentages of Color #65ad06

%36.07
%61.79
%2.14

CMYK Percentages of Color #65ad06

%42
%0
%97
%32

Triadic Colors of #65ad06

#65ad06 #0665ad #ad0665

Analogous Colors of #65ad06

#65ad06 #11ad06 #ada206

Monochromatic Colors of #65ad06

#65ad06

Complementary Color

#65ad06 #4e06ad

#65ad06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#65ad06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#65ad06 Color CSS Codes

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

#65ad06 Text Font Color

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

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


#65ad06 Background Color

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

This div background color is #65ad06


#65ad06 Border Color

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

This div border color is #65ad06


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(101,173,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #65ad06; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #65ad06;
  -webkit-box-shadow: 1px 1px 3px 2px #65ad06;
  box-shadow:         1px 1px 3px 2px #65ad06; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(101,173,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 #65ad06">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #65ad06


Comments

No comments written yet.

Please login to write comment.