Color Hex Logo

#aed435 Color Hex

#AED435
(174,212,53)
0 Favorites   0 Comments

Color spaces of #aed435

RGB 17421253
HSL0.210.650.52
HSV74°75°83°
CMYK 0.180.000.75   0.17
XYZ41.641656.342712.0486
Yxy56.34270.37840.5121
Hunter Lab75.0618-32.332743.0263
CIE-Lab79.8085-33.215969.1684

#aed435 color RGB value is (174,212,53).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 00110101
Octal 256 324 65
Decimal 174 212 53
Hex AE D4 35

RGB Percentages of Color #aed435

%39.64
%48.29
%12.07

CMYK Percentages of Color #aed435

%18
%0
%75
%17

Triadic Colors of #aed435

#aed435 #35aed4 #d435ae

Analogous Colors of #aed435

#aed435 #5ed435 #d4ab35

Monochromatic Colors of #aed435

#aed435

Complementary Color

#aed435 #5b35d4

#aed435 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed435 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed435 Color CSS Codes

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

#aed435 Text Font Color

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

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


#aed435 Background Color

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

This div background color is #aed435


#aed435 Border Color

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

This div border color is #aed435


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed435


Comments

No comments written yet.

Please login to write comment.