Color Hex Logo

#adef47 Color Hex

#ADEF47
(173,239,71)
0 Favorites   0 Comments

Color spaces of #adef47

RGB 17323971
HSL0.230.840.61
HSV84°70°94°
CMYK 0.280.000.70   0.06
XYZ49.237471.072217.0845
Yxy71.07220.35840.5173
Hunter Lab84.3043-43.280846.9978
CIE-Lab87.5201-44.642570.6104

#adef47 color RGB value is (173,239,71).

#adef47 hex color red value is 173, green value is 239 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #adef47 hue: 0.23 , saturation: 0.84 and the lightness value of adef47 is 0.61.

The process color (four color CMYK) of #adef47 color hex is 0.28, 0.00, 0.70, 0.06. Web safe color of #adef47 is #99ff33. Color #adef47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 01000111
Octal 255 357 107
Decimal 173 239 71
Hex AD EF 47

RGB Percentages of Color #adef47

%35.82
%49.48
%14.70

CMYK Percentages of Color #adef47

%28
%0
%70
%6

Triadic Colors of #adef47

#adef47 #47adef #ef47ad

Analogous Colors of #adef47

#adef47 #59ef47 #efdd47

Monochromatic Colors of #adef47

#adef47

Complementary Color

#adef47 #8947ef

#adef47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef47 Color CSS Codes

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

#adef47 Text Font Color

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

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


#adef47 Background Color

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

This div background color is #adef47


#adef47 Border Color

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

This div border color is #adef47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef47


Comments

No comments written yet.

Please login to write comment.