Color Hex Logo

#aed138 Color Hex

#AED138
(174,209,56)
0 Favorites   0 Comments

Color spaces of #aed138

RGB 17420956
HSL0.200.620.52
HSV74°73°82°
CMYK 0.170.000.73   0.18
XYZ40.969854.885112.1759
Yxy54.88510.37920.5081
Hunter Lab74.0845-30.934742.1147
CIE-Lab78.9750-31.676867.3945

#aed138 color RGB value is (174,209,56).

#aed138 hex color red value is 174, green value is 209 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aed138 hue: 0.20 , saturation: 0.62 and the lightness value of aed138 is 0.52.

The process color (four color CMYK) of #aed138 color hex is 0.17, 0.00, 0.73, 0.18. Web safe color of #aed138 is #99cc33. Color #aed138 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 00111000
Octal 256 321 70
Decimal 174 209 56
Hex AE D1 38

RGB Percentages of Color #aed138

%39.64
%47.61
%12.76

CMYK Percentages of Color #aed138

%17
%0
%73
%18

Triadic Colors of #aed138

#aed138 #38aed1 #d138ae

Analogous Colors of #aed138

#aed138 #62d138 #d1a838

Monochromatic Colors of #aed138

#aed138

Complementary Color

#aed138 #5b38d1

#aed138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed138 Color CSS Codes

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

#aed138 Text Font Color

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

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


#aed138 Background Color

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

This div background color is #aed138


#aed138 Border Color

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

This div border color is #aed138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed138


Comments

No comments written yet.

Please login to write comment.