Color Hex Logo

#adfb8a Color Hex

#ADFB8A
(173,251,138)
0 Favorites   0 Comments

Color spaces of #adfb8a

RGB 173251138
HSL0.280.930.76
HSV101°45°98°
CMYK 0.310.000.45   0.02
XYZ56.318279.713636.4627
Yxy79.71360.32650.4621
Hunter Lab89.2825-43.648938.2839
CIE-Lab91.5562-43.645446.5554

#adfb8a color RGB value is (173,251,138).

#adfb8a hex color red value is 173, green value is 251 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #adfb8a hue: 0.28 , saturation: 0.93 and the lightness value of adfb8a is 0.76.

The process color (four color CMYK) of #adfb8a color hex is 0.31, 0.00, 0.45, 0.02. Web safe color of #adfb8a is #99ff99. Color #adfb8a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111011 10001010
Octal 255 373 212
Decimal 173 251 138
Hex AD FB 8A

RGB Percentages of Color #adfb8a

%30.78
%44.66
%24.56

CMYK Percentages of Color #adfb8a

%31
%0
%45
%2

Triadic Colors of #adfb8a

#adfb8a #8aadfb #fb8aad

Analogous Colors of #adfb8a

#adfb8a #8afba0 #e6fb8a

Monochromatic Colors of #adfb8a

#adfb8a

Complementary Color

#adfb8a #d88afb

#adfb8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfb8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfb8a Color CSS Codes

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

#adfb8a Text Font Color

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

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


#adfb8a Background Color

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

This div background color is #adfb8a


#adfb8a Border Color

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

This div border color is #adfb8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfb8a

Related Colors


Comments

No comments written yet.

Please login to write comment.