Color Hex Logo

#aed344 Color Hex

#AED344
(174,211,68)
0 Favorites   0 Comments

Color spaces of #aed344

RGB 17421168
HSL0.210.620.55
HSV76°68°83°
CMYK 0.180.000.68   0.17
XYZ41.793256.004614.0761
Yxy56.00460.37360.5006
Hunter Lab74.8362-31.277941.2334
CIE-Lab79.6164-31.927963.7281

#aed344 color RGB value is (174,211,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010011 01000100
Octal 256 323 104
Decimal 174 211 68
Hex AE D3 44

RGB Percentages of Color #aed344

%38.41
%46.58
%15.01

CMYK Percentages of Color #aed344

%18
%0
%68
%17

Triadic Colors of #aed344

#aed344 #44aed3 #d344ae

Analogous Colors of #aed344

#aed344 #67d344 #d3b144

Monochromatic Colors of #aed344

#aed344

Complementary Color

#aed344 #6944d3

#aed344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed344 Color CSS Codes

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

#aed344 Text Font Color

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

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


#aed344 Background Color

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

This div background color is #aed344


#aed344 Border Color

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

This div border color is #aed344


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed344


Comments

No comments written yet.

Please login to write comment.