color codes Logo

#ade67c color codes

#ADE67C
(173,230,124)
0 Favorites   0 Comments

Color spaces of #ade67c

RGB 173230124
HSL0.260.680.69
HSV92°46°90°
CMYK 0.250.000.46   0.10
XYZ49.168566.933129.3967
Yxy66.93310.33790.4600
Hunter Lab81.8127-35.895635.9649
CIE-Lab85.4702-35.994045.6850

#ade67c color RGB value is (173,230,124).

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

The process color (four color CMYK) of #ade67c color code is 0.25, 0.00, 0.46, 0.10. Web safe color of #ade67c is #99ff66. Color #ade67c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100110 01111100
Octal 255 346 174
Decimal 173 230 124
Hex AD E6 7C

RGB Percentages of Color #ade67c

%32.83
%43.64
%23.53

CMYK Percentages of Color #ade67c

%25
%0
%46
%10

Triadic Colors of #ade67c

#ade67c #7cade6 #e67cad

Analogous Colors of #ade67c

#ade67c #7ce680 #e2e67c

Monochromatic Colors of #ade67c

#ade67c

Complementary Color

#ade67c #b57ce6

#ade67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade67c Color CSS Codes

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

#ade67c Text Font Color

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

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


#ade67c Background Color

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

This div background color is #ade67c


#ade67c Border Color

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

This div border color is #ade67c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,230,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 #ade67c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade67c


Comments

No comments written yet.

Please login to write comment.