Color Hex Logo

#ade712 Color Hex

#ADE712
(173,231,18)
0 Favorites   0 Comments

Color spaces of #ade712

RGB 17323118
HSL0.210.860.49
HSV76°92°91°
CMYK 0.250.000.92   0.09
XYZ45.918766.079710.9068
Yxy66.07970.37360.5376
Hunter Lab81.2894-41.425648.9475
CIE-Lab85.0371-43.172581.3175

#ade712 color RGB value is (173,231,18).

#ade712 hex color red value is 173, green value is 231 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #ade712 hue: 0.21 , saturation: 0.86 and the lightness value of ade712 is 0.49.

The process color (four color CMYK) of #ade712 color hex is 0.25, 0.00, 0.92, 0.09. Web safe color of #ade712 is #99ff00. Color #ade712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11100111 00010010
Octal 255 347 22
Decimal 173 231 18
Hex AD E7 12

RGB Percentages of Color #ade712

%41.00
%54.74
%4.27

CMYK Percentages of Color #ade712

%25
%0
%92
%9

Triadic Colors of #ade712

#ade712 #12ade7 #e712ad

Analogous Colors of #ade712

#ade712 #43e712 #e7b712

Monochromatic Colors of #ade712

#ade712

Complementary Color

#ade712 #4c12e7

#ade712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade712 Color CSS Codes

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

#ade712 Text Font Color

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

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


#ade712 Background Color

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

This div background color is #ade712


#ade712 Border Color

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

This div border color is #ade712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade712


Comments

No comments written yet.

Please login to write comment.