Color Hex Logo

#adf13b Color Hex

#ADF13B
(173,241,59)
0 Favorites   0 Comments

Color spaces of #adf13b

RGB 17324159
HSL0.230.870.59
HSV82°76°95°
CMYK 0.280.000.76   0.05
XYZ49.478372.110615.4486
Yxy72.11060.36110.5262
Hunter Lab84.9180-44.601648.6563
CIE-Lab88.0218-46.151275.0346

#adf13b color RGB value is (173,241,59).

#adf13b hex color red value is 173, green value is 241 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #adf13b hue: 0.23 , saturation: 0.87 and the lightness value of adf13b is 0.59.

The process color (four color CMYK) of #adf13b color hex is 0.28, 0.00, 0.76, 0.05. Web safe color of #adf13b is #99ff33. Color #adf13b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110001 00111011
Octal 255 361 73
Decimal 173 241 59
Hex AD F1 3B

RGB Percentages of Color #adf13b

%36.58
%50.95
%12.47

CMYK Percentages of Color #adf13b

%28
%0
%76
%5

Triadic Colors of #adf13b

#adf13b #3badf1 #f13bad

Analogous Colors of #adf13b

#adf13b #52f13b #f1da3b

Monochromatic Colors of #adf13b

#adf13b

Complementary Color

#adf13b #7f3bf1

#adf13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf13b Color CSS Codes

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

#adf13b Text Font Color

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

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


#adf13b Background Color

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

This div background color is #adf13b


#adf13b Border Color

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

This div border color is #adf13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf13b


Comments

No comments written yet.

Please login to write comment.