Color Hex Logo

#adfc8a Color Hex

#ADFC8A
(173,252,138)
0 Favorites   0 Comments

Color spaces of #adfc8a

RGB 173252138
HSL0.280.950.76
HSV102°45°99°
CMYK 0.310.000.45   0.01
XYZ56.631480.340036.5671
Yxy80.34000.32630.4630
Hunter Lab89.6326-44.077738.5545
CIE-Lab91.8372-44.079646.9074

#adfc8a color RGB value is (173,252,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11111100 10001010
Octal 255 374 212
Decimal 173 252 138
Hex AD FC 8A

RGB Percentages of Color #adfc8a

%30.73
%44.76
%24.51

CMYK Percentages of Color #adfc8a

%31
%0
%45
%1

Triadic Colors of #adfc8a

#adfc8a #8aadfc #fc8aad

Analogous Colors of #adfc8a

#adfc8a #8afca0 #e6fc8a

Monochromatic Colors of #adfc8a

#adfc8a

Complementary Color

#adfc8a #d98afc

#adfc8a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adfc8a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adfc8a Color CSS Codes

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

#adfc8a Text Font Color

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

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


#adfc8a Background Color

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

This div background color is #adfc8a


#adfc8a Border Color

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

This div border color is #adfc8a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adfc8a


Comments

No comments written yet.

Please login to write comment.