Color Hex Logo

#aed203 Color Hex

#AED203
(174,210,3)
0 Favorites   0 Comments

Color spaces of #aed203

RGB 1742103
HSL0.200.970.42
HSV70°99°82°
CMYK 0.170.000.99   0.18
XYZ40.518655.09848.5857
Yxy55.09840.38880.5288
Hunter Lab74.2283-32.462745.1020
CIE-Lab79.0979-33.598078.1985

#aed203 color RGB value is (174,210,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 00000011
Octal 256 322 3
Decimal 174 210 3
Hex AE D2 3

RGB Percentages of Color #aed203

%44.96
%54.26
%0.78

CMYK Percentages of Color #aed203

%17
%0
%99
%18

Triadic Colors of #aed203

#aed203 #03aed2 #d203ae

Analogous Colors of #aed203

#aed203 #46d203 #d28f03

Monochromatic Colors of #aed203

#aed203

Complementary Color

#aed203 #2703d2

#aed203 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed203 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed203 Color CSS Codes

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

#aed203 Text Font Color

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

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


#aed203 Background Color

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

This div background color is #aed203


#aed203 Border Color

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

This div border color is #aed203


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed203


Comments

No comments written yet.

Please login to write comment.