Color Hex Logo

#adfb2d Color Hex

#ADFB2D
(173,251,45)
0 Favorites   0 Comments

Color spaces of #adfb2d

RGB 17325145
HSL0.230.960.58
HSV83°82°98°
CMYK 0.310.000.82   0.02
XYZ52.204478.068114.7998
Yxy78.06810.35990.5381
Hunter Lab88.3562-49.158251.9181
CIE-Lab90.8110-50.918281.3248

#adfb2d color RGB value is (173,251,45).

#adfb2d hex color red value is 173, green value is 251 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #adfb2d hue: 0.23 , saturation: 0.96 and the lightness value of adfb2d is 0.58.

The process color (four color CMYK) of #adfb2d color hex is 0.31, 0.00, 0.82, 0.02. Web safe color of #adfb2d is #99ff33. Color #adfb2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 00101101
Octal 255 373 55
Decimal 173 251 45
Hex AD FB 2D

RGB Percentages of Color #adfb2d

%36.89
%53.52
%9.59

CMYK Percentages of Color #adfb2d

%31
%0
%82
%2

Triadic Colors of #adfb2d

#adfb2d #2dadfb #fb2dad

Analogous Colors of #adfb2d

#adfb2d #46fb2d #fbe22d

Monochromatic Colors of #adfb2d

#adfb2d

Complementary Color

#adfb2d #7b2dfb

#adfb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb2d Color CSS Codes

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

#adfb2d Text Font Color

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

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


#adfb2d Background Color

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

This div background color is #adfb2d


#adfb2d Border Color

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

This div border color is #adfb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb2d

Related Colors


Comments

No comments written yet.

Please login to write comment.