color codes Logo

#addf06 color codes

#ADDF06
(173,223,6)
0 Favorites   0 Comments

Color spaces of #addf06

RGB 1732236
HSL0.210.950.45
HSV74°97°87°
CMYK 0.220.000.97   0.13
XYZ43.654161.67279.7755
Yxy61.67270.37930.5358
Hunter Lab78.5320-38.206947.5921
CIE-Lab82.7391-39.826080.6848

#addf06 color RGB value is (173,223,6).

#addf06 hex color red value is 173, green value is 223 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #addf06 hue: 0.21 , saturation: 0.95 and the lightness value of addf06 is 0.45.

The process color (four color CMYK) of #addf06 color code is 0.22, 0.00, 0.97, 0.13. Web safe color of #addf06 is #99cc00. Color #addf06 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11011111 00000110
Octal 255 337 6
Decimal 173 223 6
Hex AD DF 6

RGB Percentages of Color #addf06

%43.03
%55.47
%1.49

CMYK Percentages of Color #addf06

%22
%0
%97
%13

Triadic Colors of #addf06

#addf06 #06addf #df06ad

Analogous Colors of #addf06

#addf06 #40df06 #dfa506

Monochromatic Colors of #addf06

#addf06

Complementary Color

#addf06 #3806df

#addf06 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#addf06 Color Preview on White Background

Lorem ipsum dolor sit amet.

#addf06 Color CSS Codes

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

#addf06 Text Font Color

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

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


#addf06 Background Color

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

This div background color is #addf06


#addf06 Border Color

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

This div border color is #addf06


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #addf06


Comments

No comments written yet.

Please login to write comment.