Color Hex Logo

#adaf04 Color Hex

#ADAF04
(173,175,4)
0 Favorites   0 Comments

Color spaces of #adaf04

RGB 1731754
HSL0.170.960.35
HSV61°98°69°
CMYK 0.010.000.98   0.31
XYZ32.585539.55296.0319
Yxy39.55290.41690.5060
Hunter Lab62.8911-17.574038.3372
CIE-Lab69.1499-17.081370.5681

#adaf04 color RGB value is (173,175,4).

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

The process color (four color CMYK) of #adaf04 color hex is 0.01, 0.00, 0.98, 0.31. Web safe color of #adaf04 is #999900. Color #adaf04 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 00000100
Octal 255 257 4
Decimal 173 175 4
Hex AD AF 4

RGB Percentages of Color #adaf04

%49.15
%49.72
%1.14

CMYK Percentages of Color #adaf04

%1
%0
%98
%31

Triadic Colors of #adaf04

#adaf04 #04adaf #af04ad

Analogous Colors of #adaf04

#adaf04 #58af04 #af5c04

Monochromatic Colors of #adaf04

#adaf04

Complementary Color

#adaf04 #0604af

#adaf04 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaf04 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaf04 Color CSS Codes

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

#adaf04 Text Font Color

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

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


#adaf04 Background Color

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

This div background color is #adaf04


#adaf04 Border Color

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

This div border color is #adaf04


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaf04


Comments

No comments written yet.

Please login to write comment.