Color Hex Logo

#adfb5d Color Hex

#ADFB5D
(173,251,93)
0 Favorites   0 Comments

Color spaces of #adfb5d

RGB 17325193
HSL0.250.950.67
HSV90°63°98°
CMYK 0.310.000.63   0.02
XYZ53.706578.668922.7099
Yxy78.66890.34630.5073
Hunter Lab88.6955-47.132646.9060
CIE-Lab91.0843-48.206066.0198

#adfb5d color RGB value is (173,251,93).

#adfb5d hex color red value is 173, green value is 251 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #adfb5d hue: 0.25 , saturation: 0.95 and the lightness value of adfb5d is 0.67.

The process color (four color CMYK) of #adfb5d color hex is 0.31, 0.00, 0.63, 0.02. Web safe color of #adfb5d is #99ff66. Color #adfb5d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 01011101
Octal 255 373 135
Decimal 173 251 93
Hex AD FB 5D

RGB Percentages of Color #adfb5d

%33.46
%48.55
%17.99

CMYK Percentages of Color #adfb5d

%31
%0
%63
%2

Triadic Colors of #adfb5d

#adfb5d #5dadfb #fb5dad

Analogous Colors of #adfb5d

#adfb5d #5efb5d #fbfa5d

Monochromatic Colors of #adfb5d

#adfb5d

Complementary Color

#adfb5d #ab5dfb

#adfb5d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb5d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb5d Color CSS Codes

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

#adfb5d Text Font Color

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

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


#adfb5d Background Color

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

This div background color is #adfb5d


#adfb5d Border Color

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

This div border color is #adfb5d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb5d


Comments

No comments written yet.

Please login to write comment.