Color Hex Logo

#aed223 Color Hex

#AED223
(174,210,35)
0 Favorites   0 Comments

Color spaces of #aed223

RGB 17421035
HSL0.200.710.48
HSV72°83°82°
CMYK 0.170.000.83   0.18
XYZ40.805555.213210.0966
Yxy55.21320.38450.5203
Hunter Lab74.3056-32.010143.9576
CIE-Lab79.1639-32.996473.5508

#aed223 color RGB value is (174,210,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 00100011
Octal 256 322 43
Decimal 174 210 35
Hex AE D2 23

RGB Percentages of Color #aed223

%41.53
%50.12
%8.35

CMYK Percentages of Color #aed223

%17
%0
%83
%18

Triadic Colors of #aed223

#aed223 #23aed2 #d223ae

Analogous Colors of #aed223

#aed223 #57d223 #d29f23

Monochromatic Colors of #aed223

#aed223

Complementary Color

#aed223 #4723d2

#aed223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed223 Color CSS Codes

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

#aed223 Text Font Color

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

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


#aed223 Background Color

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

This div background color is #aed223


#aed223 Border Color

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

This div border color is #aed223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed223


Comments

No comments written yet.

Please login to write comment.