color codes Logo

#adfa1b color codes

#ADFA1B
(173,250,27)
0 Favorites   0 Comments

Color spaces of #adfa1b

RGB 17325027
HSL0.220.960.54
HSV81°89°98°
CMYK 0.310.000.89   0.02
XYZ51.617077.334613.2435
Yxy77.33460.36300.5439
Hunter Lab87.9401-49.123452.6292
CIE-Lab90.4754-51.013484.4850

#adfa1b color RGB value is (173,250,27).

#adfa1b hex color red value is 173, green value is 250 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #adfa1b hue: 0.22 , saturation: 0.96 and the lightness value of adfa1b is 0.54.

The process color (four color CMYK) of #adfa1b color code is 0.31, 0.00, 0.89, 0.02. Web safe color of #adfa1b is #99ff33. Color #adfa1b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111010 00011011
Octal 255 372 33
Decimal 173 250 27
Hex AD FA 1B

RGB Percentages of Color #adfa1b

%38.44
%55.56
%6.00

CMYK Percentages of Color #adfa1b

%31
%0
%89
%2

Triadic Colors of #adfa1b

#adfa1b #1badfa #fa1bad

Analogous Colors of #adfa1b

#adfa1b #3efa1b #fad81b

Monochromatic Colors of #adfa1b

#adfa1b

Complementary Color

#adfa1b #681bfa

#adfa1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfa1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfa1b Color CSS Codes

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

#adfa1b Text Font Color

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

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


#adfa1b Background Color

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

This div background color is #adfa1b


#adfa1b Border Color

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

This div border color is #adfa1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfa1b

Related Colors


Comments

No comments written yet.

Please login to write comment.