Color Hex Logo

#adf68d Color Hex

#ADF68D
(173,246,141)
0 Favorites   0 Comments

Color spaces of #adf68d

RGB 173246141
HSL0.280.850.76
HSV102°43°96°
CMYK 0.300.000.43   0.04
XYZ54.997176.718937.1089
Yxy76.71890.32580.4544
Hunter Lab87.5893-41.201736.1932
CIE-Lab90.1921-41.075443.3878

#adf68d color RGB value is (173,246,141).

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

The process color (four color CMYK) of #adf68d color hex is 0.30, 0.00, 0.43, 0.04. Web safe color of #adf68d is #99ff99. Color #adf68d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 10001101
Octal 255 366 215
Decimal 173 246 141
Hex AD F6 8D

RGB Percentages of Color #adf68d

%30.89
%43.93
%25.18

CMYK Percentages of Color #adf68d

%30
%0
%43
%4

Triadic Colors of #adf68d

#adf68d #8dadf6 #f68dad

Analogous Colors of #adf68d

#adf68d #8df6a2 #e2f68d

Monochromatic Colors of #adf68d

#adf68d

Complementary Color

#adf68d #d68df6

#adf68d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf68d Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf68d Color CSS Codes

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

#adf68d Text Font Color

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

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


#adf68d Background Color

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

This div background color is #adf68d


#adf68d Border Color

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

This div border color is #adf68d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf68d


Comments

No comments written yet.

Please login to write comment.