Color Hex Logo

#aed453 Color Hex

#AED453
(174,212,83)
0 Favorites   0 Comments

Color spaces of #aed453

RGB 17421283
HSL0.220.600.58
HSV78°61°83°
CMYK 0.180.000.61   0.17
XYZ42.560456.710216.8866
Yxy56.71020.36640.4882
Hunter Lab75.3062-30.903939.4192
CIE-Lab80.0163-31.339158.0910

#aed453 color RGB value is (174,212,83).

#aed453 hex color red value is 174, green value is 212 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #aed453 hue: 0.22 , saturation: 0.60 and the lightness value of aed453 is 0.58.

The process color (four color CMYK) of #aed453 color hex is 0.18, 0.00, 0.61, 0.17. Web safe color of #aed453 is #99cc66. Color #aed453 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01010011
Octal 256 324 123
Decimal 174 212 83
Hex AE D4 53

RGB Percentages of Color #aed453

%37.10
%45.20
%17.70

CMYK Percentages of Color #aed453

%18
%0
%61
%17

Triadic Colors of #aed453

#aed453 #53aed4 #d453ae

Analogous Colors of #aed453

#aed453 #6ed453 #d4ba53

Monochromatic Colors of #aed453

#aed453

Complementary Color

#aed453 #7953d4

#aed453 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed453 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed453 Color CSS Codes

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

#aed453 Text Font Color

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

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


#aed453 Background Color

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

This div background color is #aed453


#aed453 Border Color

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

This div border color is #aed453


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed453


Comments

No comments written yet.

Please login to write comment.