Color Hex Logo

#adaf64 Color Hex

#ADAF64
(173,175,100)
0 Favorites   0 Comments

Color spaces of #adaf64

RGB 173175100
HSL0.170.320.54
HSV62°43°69°
CMYK 0.010.000.43   0.31
XYZ34.863840.464318.0295
Yxy40.46430.37340.4334
Hunter Lab63.6116-13.489127.7235
CIE-Lab69.7990-11.906338.1034

#adaf64 color RGB value is (173,175,100).

#adaf64 hex color red value is 173, green value is 175 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #adaf64 hue: 0.17 , saturation: 0.32 and the lightness value of adaf64 is 0.54.

The process color (four color CMYK) of #adaf64 color hex is 0.01, 0.00, 0.43, 0.31. Web safe color of #adaf64 is #999966. Color #adaf64 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 01100100
Octal 255 257 144
Decimal 173 175 100
Hex AD AF 64

RGB Percentages of Color #adaf64

%38.62
%39.06
%22.32

CMYK Percentages of Color #adaf64

%1
%0
%43
%31

Triadic Colors of #adaf64

#adaf64 #64adaf #af64ad

Analogous Colors of #adaf64

#adaf64 #88af64 #af8c64

Monochromatic Colors of #adaf64

#adaf64

Complementary Color

#adaf64 #6664af

#adaf64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaf64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaf64 Color CSS Codes

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

#adaf64 Text Font Color

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

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


#adaf64 Background Color

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

This div background color is #adaf64


#adaf64 Border Color

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

This div border color is #adaf64


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(173,175,100, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #adaf64; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #adaf64;
  -webkit-box-shadow: 1px 1px 3px 2px #adaf64;
  box-shadow:         1px 1px 3px 2px #adaf64; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,175,100, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaf64


Comments

No comments written yet.

Please login to write comment.