Color Hex Logo

#aed055 Color Hex

#AED055
(174,208,85)
0 Favorites   0 Comments

Color spaces of #aed055

RGB 17420885
HSL0.210.570.57
HSV77°59°82°
CMYK 0.160.000.59   0.18
XYZ41.651154.766316.9700
Yxy54.76630.36730.4830
Hunter Lab74.0043-29.044038.2071
CIE-Lab78.9065-29.299156.0009

#aed055 color RGB value is (174,208,85).

#aed055 hex color red value is 174, green value is 208 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aed055 hue: 0.21 , saturation: 0.57 and the lightness value of aed055 is 0.57.

The process color (four color CMYK) of #aed055 color hex is 0.16, 0.00, 0.59, 0.18. Web safe color of #aed055 is #99cc66. Color #aed055 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 01010101
Octal 256 320 125
Decimal 174 208 85
Hex AE D0 55

RGB Percentages of Color #aed055

%37.26
%44.54
%18.20

CMYK Percentages of Color #aed055

%16
%0
%59
%18

Triadic Colors of #aed055

#aed055 #55aed0 #d055ae

Analogous Colors of #aed055

#aed055 #71d055 #d0b555

Monochromatic Colors of #aed055

#aed055

Complementary Color

#aed055 #7755d0

#aed055 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed055 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed055 Color CSS Codes

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

#aed055 Text Font Color

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

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


#aed055 Background Color

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

This div background color is #aed055


#aed055 Border Color

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

This div border color is #aed055


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed055


Comments

No comments written yet.

Please login to write comment.