Color Hex Logo

#aed027 Color Hex

#AED027
(174,208,39)
0 Favorites   0 Comments

Color spaces of #aed027

RGB 17420839
HSL0.200.680.48
HSV72°81°82°
CMYK 0.160.000.81   0.18
XYZ40.377654.256910.2640
Yxy54.25690.38490.5172
Hunter Lab73.6593-31.055943.2998
CIE-Lab78.6113-31.937672.1004

#aed027 color RGB value is (174,208,39).

#aed027 hex color red value is 174, green value is 208 and the blue value of its RGB is 39. Cylindrical-coordinate representations (also known as HSL) of color #aed027 hue: 0.20 , saturation: 0.68 and the lightness value of aed027 is 0.48.

The process color (four color CMYK) of #aed027 color hex is 0.16, 0.00, 0.81, 0.18. Web safe color of #aed027 is #99cc33. Color #aed027 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010000 00100111
Octal 256 320 47
Decimal 174 208 39
Hex AE D0 27

RGB Percentages of Color #aed027

%41.33
%49.41
%9.26

CMYK Percentages of Color #aed027

%16
%0
%81
%18

Triadic Colors of #aed027

#aed027 #27aed0 #d027ae

Analogous Colors of #aed027

#aed027 #5ad027 #d09e27

Monochromatic Colors of #aed027

#aed027

Complementary Color

#aed027 #4927d0

#aed027 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed027 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed027 Color CSS Codes

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

#aed027 Text Font Color

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

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


#aed027 Background Color

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

This div background color is #aed027


#aed027 Border Color

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

This div border color is #aed027


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed027


Comments

No comments written yet.

Please login to write comment.