Color Hex Logo

#adf38c Color Hex

#ADF38C
(173,243,140)
0 Favorites   0 Comments

Color spaces of #adf38c

RGB 173243140
HSL0.280.810.75
HSV101°42°95°
CMYK 0.290.000.42   0.05
XYZ54.017874.878936.4170
Yxy74.87890.32680.4530
Hunter Lab86.5326-40.003835.6208
CIE-Lab89.3362-39.874242.7859

#adf38c color RGB value is (173,243,140).

#adf38c hex color red value is 173, green value is 243 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #adf38c hue: 0.28 , saturation: 0.81 and the lightness value of adf38c is 0.75.

The process color (four color CMYK) of #adf38c color hex is 0.29, 0.00, 0.42, 0.05. Web safe color of #adf38c is #99ff99. Color #adf38c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110011 10001100
Octal 255 363 214
Decimal 173 243 140
Hex AD F3 8C

RGB Percentages of Color #adf38c

%31.12
%43.71
%25.18

CMYK Percentages of Color #adf38c

%29
%0
%42
%5

Triadic Colors of #adf38c

#adf38c #8cadf3 #f38cad

Analogous Colors of #adf38c

#adf38c #8cf39f #e1f38c

Monochromatic Colors of #adf38c

#adf38c

Complementary Color

#adf38c #d28cf3

#adf38c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf38c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf38c Color CSS Codes

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

#adf38c Text Font Color

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

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


#adf38c Background Color

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

This div background color is #adf38c


#adf38c Border Color

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

This div border color is #adf38c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf38c


Comments

No comments written yet.

Please login to write comment.