Color Hex Logo

#aed243 Color Hex

#AED243
(174,210,67)
0 Favorites   0 Comments

Color spaces of #aed243

RGB 17421067
HSL0.210.610.54
HSV75°68°82°
CMYK 0.170.000.68   0.18
XYZ41.515355.497113.8341
Yxy55.49710.37450.5007
Hunter Lab74.4964-30.894341.1372
CIE-Lab79.3267-31.523863.8115

#aed243 color RGB value is (174,210,67).

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

The process color (four color CMYK) of #aed243 color hex is 0.17, 0.00, 0.68, 0.18. Web safe color of #aed243 is #99cc33. Color #aed243 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01000011
Octal 256 322 103
Decimal 174 210 67
Hex AE D2 43

RGB Percentages of Color #aed243

%38.58
%46.56
%14.86

CMYK Percentages of Color #aed243

%17
%0
%68
%18

Triadic Colors of #aed243

#aed243 #43aed2 #d243ae

Analogous Colors of #aed243

#aed243 #67d243 #d2af43

Monochromatic Colors of #aed243

#aed243

Complementary Color

#aed243 #6743d2

#aed243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed243 Color CSS Codes

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

#aed243 Text Font Color

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

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


#aed243 Background Color

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

This div background color is #aed243


#aed243 Border Color

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

This div border color is #aed243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed243


Comments

No comments written yet.

Please login to write comment.