Color Hex Logo

#aed712 Color Hex

#AED712
(174,215,18)
0 Favorites   0 Comments

Color spaces of #aed712

RGB 17421518
HSL0.200.850.46
HSV72°92°84°
CMYK 0.190.000.92   0.16
XYZ41.865257.64329.4920
Yxy57.64320.38410.5288
Hunter Lab75.9231-34.437845.7337
CIE-Lab80.5400-35.690677.7676

#aed712 color RGB value is (174,215,18).

#aed712 hex color red value is 174, green value is 215 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #aed712 hue: 0.20 , saturation: 0.85 and the lightness value of aed712 is 0.46.

The process color (four color CMYK) of #aed712 color hex is 0.19, 0.00, 0.92, 0.16. Web safe color of #aed712 is #99cc00. Color #aed712 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 00010010
Octal 256 327 22
Decimal 174 215 18
Hex AE D7 12

RGB Percentages of Color #aed712

%42.75
%52.83
%4.42

CMYK Percentages of Color #aed712

%19
%0
%92
%16

Triadic Colors of #aed712

#aed712 #12aed7 #d712ae

Analogous Colors of #aed712

#aed712 #4cd712 #d79e12

Monochromatic Colors of #aed712

#aed712

Complementary Color

#aed712 #3b12d7

#aed712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed712 Color CSS Codes

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

#aed712 Text Font Color

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

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


#aed712 Background Color

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

This div background color is #aed712


#aed712 Border Color

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

This div border color is #aed712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed712


Comments

No comments written yet.

Please login to write comment.