Color Hex Logo

#aed465 Color Hex

#AED465
(174,212,101)
0 Favorites   0 Comments

Color spaces of #aed465

RGB 174212101
HSL0.220.560.61
HSV81°52°83°
CMYK 0.180.000.52   0.17
XYZ43.348057.025221.0342
Yxy57.02520.35700.4697
Hunter Lab75.5150-29.686736.3457
CIE-Lab80.1938-29.758750.2351

#aed465 color RGB value is (174,212,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 01100101
Octal 256 324 145
Decimal 174 212 101
Hex AE D4 65

RGB Percentages of Color #aed465

%35.73
%43.53
%20.74

CMYK Percentages of Color #aed465

%18
%0
%52
%17

Triadic Colors of #aed465

#aed465 #65aed4 #d465ae

Analogous Colors of #aed465

#aed465 #77d465 #d4c365

Monochromatic Colors of #aed465

#aed465

Complementary Color

#aed465 #8b65d4

#aed465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed465 Color CSS Codes

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

#aed465 Text Font Color

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

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


#aed465 Background Color

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

This div background color is #aed465


#aed465 Border Color

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

This div border color is #aed465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed465


Comments

No comments written yet.

Please login to write comment.