Color Hex Logo

#aed278 Color Hex

#AED278
(174,210,120)
0 Favorites   0 Comments

Color spaces of #aed278

RGB 174210120
HSL0.230.500.65
HSV84°43°82°
CMYK 0.170.000.43   0.18
XYZ43.892356.447926.3515
Yxy56.44790.34640.4456
Hunter Lab75.1318-27.200331.7971
CIE-Lab79.8681-26.750640.6533

#aed278 color RGB value is (174,210,120).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 01111000
Octal 256 322 170
Decimal 174 210 120
Hex AE D2 78

RGB Percentages of Color #aed278

%34.52
%41.67
%23.81

CMYK Percentages of Color #aed278

%17
%0
%43
%18

Triadic Colors of #aed278

#aed278 #78aed2 #d278ae

Analogous Colors of #aed278

#aed278 #81d278 #d2c978

Monochromatic Colors of #aed278

#aed278

Complementary Color

#aed278 #9c78d2

#aed278 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed278 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed278 Color CSS Codes

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

#aed278 Text Font Color

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

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


#aed278 Background Color

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

This div background color is #aed278


#aed278 Border Color

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

This div border color is #aed278


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed278


Comments

No comments written yet.

Please login to write comment.