Color Hex Logo

#aed441 Color Hex

#AED441
(174,212,65)
0 Favorites   0 Comments

Color spaces of #aed441

RGB 17421265
HSL0.210.630.54
HSV76°69°83°
CMYK 0.180.000.69   0.17
XYZ41.953256.467313.6891
Yxy56.46730.37420.5037
Hunter Lab75.1447-31.847041.8005
CIE-Lab79.8790-32.575265.1162

#aed441 color RGB value is (174,212,65).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01000001
Octal 256 324 101
Decimal 174 212 65
Hex AE D4 41

RGB Percentages of Color #aed441

%38.58
%47.01
%14.41

CMYK Percentages of Color #aed441

%18
%0
%69
%17

Triadic Colors of #aed441

#aed441 #41aed4 #d441ae

Analogous Colors of #aed441

#aed441 #65d441 #d4b141

Monochromatic Colors of #aed441

#aed441

Complementary Color

#aed441 #6741d4

#aed441 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed441 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed441 Color CSS Codes

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

#aed441 Text Font Color

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

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


#aed441 Background Color

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

This div background color is #aed441


#aed441 Border Color

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

This div border color is #aed441


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed441


Comments

No comments written yet.

Please login to write comment.