Color Hex Logo

#aed277 Color Hex

#AED277
(174,210,119)
0 Favorites   0 Comments

Color spaces of #aed277

RGB 174210119
HSL0.230.500.65
HSV84°43°82°
CMYK 0.170.000.43   0.18
XYZ43.831956.423826.0335
Yxy56.42380.34710.4468
Hunter Lab75.1158-27.293532.0324
CIE-Lab79.8544-26.869241.1332

#aed277 color RGB value is (174,210,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01110111
Octal 256 322 167
Decimal 174 210 119
Hex AE D2 77

RGB Percentages of Color #aed277

%34.59
%41.75
%23.66

CMYK Percentages of Color #aed277

%17
%0
%43
%18

Triadic Colors of #aed277

#aed277 #77aed2 #d277ae

Analogous Colors of #aed277

#aed277 #81d277 #d2c977

Monochromatic Colors of #aed277

#aed277

Complementary Color

#aed277 #9b77d2

#aed277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed277 Color CSS Codes

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

#aed277 Text Font Color

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

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


#aed277 Background Color

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

This div background color is #aed277


#aed277 Border Color

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

This div border color is #aed277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed277


Comments

No comments written yet.

Please login to write comment.