Color Hex Logo

#aed214 Color Hex

#AED214
(174,210,20)
0 Favorites   0 Comments

Color spaces of #aed214

RGB 17421020
HSL0.200.830.45
HSV71°90°82°
CMYK 0.170.000.90   0.18
XYZ40.628455.14249.1640
Yxy55.14240.38720.5255
Hunter Lab74.2579-32.289544.6637
CIE-Lab79.1232-33.367576.3583

#aed214 color RGB value is (174,210,20).

#aed214 hex color red value is 174, green value is 210 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #aed214 hue: 0.20 , saturation: 0.83 and the lightness value of aed214 is 0.45.

The process color (four color CMYK) of #aed214 color hex is 0.17, 0.00, 0.90, 0.18. Web safe color of #aed214 is #99cc00. Color #aed214 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 00010100
Octal 256 322 24
Decimal 174 210 20
Hex AE D2 14

RGB Percentages of Color #aed214

%43.07
%51.98
%4.95

CMYK Percentages of Color #aed214

%17
%0
%90
%18

Triadic Colors of #aed214

#aed214 #14aed2 #d214ae

Analogous Colors of #aed214

#aed214 #4fd214 #d29714

Monochromatic Colors of #aed214

#aed214

Complementary Color

#aed214 #3814d2

#aed214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed214 Color CSS Codes

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

#aed214 Text Font Color

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

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


#aed214 Background Color

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

This div background color is #aed214


#aed214 Border Color

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

This div border color is #aed214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed214


Comments

No comments written yet.

Please login to write comment.