color codes Logo

#adaf08 color codes

#ADAF08
(173,175,8)
0 Favorites   0 Comments

Color spaces of #adaf08

RGB 1731758
HSL0.170.910.36
HSV61°95°69°
CMYK 0.010.000.95   0.31
XYZ32.607439.56176.1473
Yxy39.56170.41640.5052
Hunter Lab62.8981-17.534338.2340
CIE-Lab69.1562-17.030170.0958

#adaf08 color RGB value is (173,175,8).

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

The process color (four color CMYK) of #adaf08 color code is 0.01, 0.00, 0.95, 0.31. Web safe color of #adaf08 is #999900. Color #adaf08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101111 00001000
Octal 255 257 10
Decimal 173 175 8
Hex AD AF 8

RGB Percentages of Color #adaf08

%48.60
%49.16
%2.25

CMYK Percentages of Color #adaf08

%1
%0
%95
%31

Triadic Colors of #adaf08

#adaf08 #08adaf #af08ad

Analogous Colors of #adaf08

#adaf08 #5aaf08 #af5e08

Monochromatic Colors of #adaf08

#adaf08

Complementary Color

#adaf08 #0a08af

#adaf08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adaf08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adaf08 Color CSS Codes

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

#adaf08 Text Font Color

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

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


#adaf08 Background Color

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

This div background color is #adaf08


#adaf08 Border Color

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

This div border color is #adaf08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adaf08


Comments

No comments written yet.

Please login to write comment.