Color Hex Logo

#aed275 Color Hex

#AED275
(174,210,117)
0 Favorites   0 Comments

Color spaces of #aed275

RGB 174210117
HSL0.230.510.64
HSV83°44°82°
CMYK 0.170.000.44   0.18
XYZ43.713056.376225.4074
Yxy56.37620.34830.4492
Hunter Lab75.0841-27.476732.4960
CIE-Lab79.8274-27.102642.0899

#aed275 color RGB value is (174,210,117).

#aed275 hex color red value is 174, green value is 210 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aed275 hue: 0.23 , saturation: 0.51 and the lightness value of aed275 is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01110101
Octal 256 322 165
Decimal 174 210 117
Hex AE D2 75

RGB Percentages of Color #aed275

%34.73
%41.92
%23.35

CMYK Percentages of Color #aed275

%17
%0
%44
%18

Triadic Colors of #aed275

#aed275 #75aed2 #d275ae

Analogous Colors of #aed275

#aed275 #80d275 #d2c875

Monochromatic Colors of #aed275

#aed275

Complementary Color

#aed275 #9975d2

#aed275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed275 Color CSS Codes

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

#aed275 Text Font Color

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

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


#aed275 Background Color

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

This div background color is #aed275


#aed275 Border Color

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

This div border color is #aed275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed275


Comments

No comments written yet.

Please login to write comment.