Color Hex Logo

#adef7c Color Hex

#ADEF7C
(173,239,124)
0 Favorites   0 Comments

Color spaces of #adef7c

RGB 173239124
HSL0.260.780.71
HSV94°48°94°
CMYK 0.280.000.48   0.06
XYZ51.738272.072530.2533
Yxy72.07250.33580.4678
Hunter Lab84.8955-39.783238.2983
CIE-Lab88.0035-40.039548.8092

#adef7c color RGB value is (173,239,124).

#adef7c hex color red value is 173, green value is 239 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #adef7c hue: 0.26 , saturation: 0.78 and the lightness value of adef7c is 0.71.

The process color (four color CMYK) of #adef7c color hex is 0.28, 0.00, 0.48, 0.06. Web safe color of #adef7c is #99ff66. Color #adef7c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 01111100
Octal 255 357 174
Decimal 173 239 124
Hex AD EF 7C

RGB Percentages of Color #adef7c

%32.28
%44.59
%23.13

CMYK Percentages of Color #adef7c

%28
%0
%48
%6

Triadic Colors of #adef7c

#adef7c #7cadef #ef7cad

Analogous Colors of #adef7c

#adef7c #7cef85 #e7ef7c

Monochromatic Colors of #adef7c

#adef7c

Complementary Color

#adef7c #be7cef

#adef7c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef7c Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef7c Color CSS Codes

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

#adef7c Text Font Color

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

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


#adef7c Background Color

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

This div background color is #adef7c


#adef7c Border Color

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

This div border color is #adef7c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef7c


Comments

No comments written yet.

Please login to write comment.