Color Hex Logo

#adf47f Color Hex

#ADF47F
(173,244,127)
0 Favorites   0 Comments

Color spaces of #adf47f

RGB 173244127
HSL0.270.840.73
HSV96°48°96°
CMYK 0.290.000.48   0.04
XYZ53.415075.117931.7626
Yxy75.11790.33320.4686
Hunter Lab86.6706-41.664138.9411
CIE-Lab89.4482-41.903149.1649

#adf47f color RGB value is (173,244,127).

#adf47f hex color red value is 173, green value is 244 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #adf47f hue: 0.27 , saturation: 0.84 and the lightness value of adf47f is 0.73.

The process color (four color CMYK) of #adf47f color hex is 0.29, 0.00, 0.48, 0.04. Web safe color of #adf47f is #99ff66. Color #adf47f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11110100 01111111
Octal 255 364 177
Decimal 173 244 127
Hex AD F4 7F

RGB Percentages of Color #adf47f

%31.80
%44.85
%23.35

CMYK Percentages of Color #adf47f

%29
%0
%48
%4

Triadic Colors of #adf47f

#adf47f #7fadf4 #f47fad

Analogous Colors of #adf47f

#adf47f #7ff48c #e8f47f

Monochromatic Colors of #adf47f

#adf47f

Complementary Color

#adf47f #c67ff4

#adf47f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adf47f Color Preview on White Background

Lorem ipsum dolor sit amet.

#adf47f Color CSS Codes

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

#adf47f Text Font Color

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

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


#adf47f Background Color

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

This div background color is #adf47f


#adf47f Border Color

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

This div border color is #adf47f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adf47f


Comments

No comments written yet.

Please login to write comment.