Color Hex Logo

#adf68f Color Hex

#ADF68F
(173,246,143)
0 Favorites   0 Comments

Color spaces of #adf68f

RGB 173246143
HSL0.280.850.76
HSV103°42°96°
CMYK 0.300.000.42   0.04
XYZ55.147376.778937.8999
Yxy76.77890.32470.4521
Hunter Lab87.6236-40.999435.6917
CIE-Lab90.2198-40.815742.4498

#adf68f color RGB value is (173,246,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110110 10001111
Octal 255 366 217
Decimal 173 246 143
Hex AD F6 8F

RGB Percentages of Color #adf68f

%30.78
%43.77
%25.44

CMYK Percentages of Color #adf68f

%30
%0
%42
%4

Triadic Colors of #adf68f

#adf68f #8fadf6 #f68fad

Analogous Colors of #adf68f

#adf68f #8ff6a5 #e1f68f

Monochromatic Colors of #adf68f

#adf68f

Complementary Color

#adf68f #d88ff6

#adf68f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf68f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf68f Color CSS Codes

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

#adf68f Text Font Color

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

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


#adf68f Background Color

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

This div background color is #adf68f


#adf68f Border Color

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

This div border color is #adf68f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf68f


Comments

No comments written yet.

Please login to write comment.