Color Hex Logo

#aed643 Color Hex

#AED643
(174,214,67)
0 Favorites   0 Comments

Color spaces of #aed643

RGB 17421467
HSL0.210.640.55
HSV76°69°84°
CMYK 0.190.000.69   0.16
XYZ42.515257.497114.1674
Yxy57.49710.37240.5036
Hunter Lab75.8268-32.614242.0011
CIE-Lab80.4584-33.380064.9615

#aed643 color RGB value is (174,214,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 01000011
Octal 256 326 103
Decimal 174 214 67
Hex AE D6 43

RGB Percentages of Color #aed643

%38.24
%47.03
%14.73

CMYK Percentages of Color #aed643

%19
%0
%69
%16

Triadic Colors of #aed643

#aed643 #43aed6 #d643ae

Analogous Colors of #aed643

#aed643 #65d643 #d6b543

Monochromatic Colors of #aed643

#aed643

Complementary Color

#aed643 #6b43d6

#aed643 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed643 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed643 Color CSS Codes

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

#aed643 Text Font Color

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

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


#aed643 Background Color

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

This div background color is #aed643


#aed643 Border Color

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

This div border color is #aed643


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed643


Comments

No comments written yet.

Please login to write comment.