color codes Logo

#adfb1b color codes

#ADFB1B
(173,251,27)
0 Favorites   0 Comments

Color spaces of #adfb1b

RGB 17325127
HSL0.220.970.55
HSV81°89°98°
CMYK 0.310.000.89   0.02
XYZ51.928677.957713.3473
Yxy77.95770.36250.5443
Hunter Lab88.2937-49.531852.8427
CIE-Lab90.7606-51.423484.7185

#adfb1b color RGB value is (173,251,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 00011011
Octal 255 373 33
Decimal 173 251 27
Hex AD FB 1B

RGB Percentages of Color #adfb1b

%38.36
%55.65
%5.99

CMYK Percentages of Color #adfb1b

%31
%0
%89
%2

Triadic Colors of #adfb1b

#adfb1b #1badfb #fb1bad

Analogous Colors of #adfb1b

#adfb1b #3dfb1b #fbd91b

Monochromatic Colors of #adfb1b

#adfb1b

Complementary Color

#adfb1b #691bfb

#adfb1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb1b Color CSS Codes

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

#adfb1b Text Font Color

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

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


#adfb1b Background Color

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

This div background color is #adfb1b


#adfb1b Border Color

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

This div border color is #adfb1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb1b

Related Colors


Comments

No comments written yet.

Please login to write comment.