Color Hex Logo

#aed746 Color Hex

#AED746
(174,215,70)
0 Favorites   0 Comments

Color spaces of #aed746

RGB 17421570
HSL0.210.640.56
HSV77°67°84°
CMYK 0.190.000.67   0.16
XYZ42.861558.041714.7385
Yxy58.04170.37060.5019
Hunter Lab76.1851-32.900441.8595
CIE-Lab80.7620-33.653164.1411

#aed746 color RGB value is (174,215,70).

#aed746 hex color red value is 174, green value is 215 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #aed746 hue: 0.21 , saturation: 0.64 and the lightness value of aed746 is 0.56.

The process color (four color CMYK) of #aed746 color hex is 0.19, 0.00, 0.67, 0.16. Web safe color of #aed746 is #99cc33. Color #aed746 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010111 01000110
Octal 256 327 106
Decimal 174 215 70
Hex AE D7 46

RGB Percentages of Color #aed746

%37.91
%46.84
%15.25

CMYK Percentages of Color #aed746

%19
%0
%67
%16

Triadic Colors of #aed746

#aed746 #46aed7 #d746ae

Analogous Colors of #aed746

#aed746 #66d746 #d7b846

Monochromatic Colors of #aed746

#aed746

Complementary Color

#aed746 #6f46d7

#aed746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed746 Color CSS Codes

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

#aed746 Text Font Color

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

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


#aed746 Background Color

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

This div background color is #aed746


#aed746 Border Color

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

This div border color is #aed746


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,215,70, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed746


Comments

No comments written yet.

Please login to write comment.