Color Hex Logo

#aedb38 Color Hex

#AEDB38
(174,219,56)
0 Favorites   0 Comments

Color spaces of #aedb38

RGB 17421956
HSL0.210.690.54
HSV77°74°86°
CMYK 0.210.000.74   0.14
XYZ43.500959.947213.0196
Yxy59.94720.37350.5147
Hunter Lab77.4256-35.206144.2279
CIE-Lab81.8095-36.271170.1054

#aedb38 color RGB value is (174,219,56).

#aedb38 hex color red value is 174, green value is 219 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #aedb38 hue: 0.21 , saturation: 0.69 and the lightness value of aedb38 is 0.54.

The process color (four color CMYK) of #aedb38 color hex is 0.21, 0.00, 0.74, 0.14. Web safe color of #aedb38 is #99cc33. Color #aedb38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 00111000
Octal 256 333 70
Decimal 174 219 56
Hex AE DB 38

RGB Percentages of Color #aedb38

%38.75
%48.78
%12.47

CMYK Percentages of Color #aedb38

%21
%0
%74
%14

Triadic Colors of #aedb38

#aedb38 #38aedb #db38ae

Analogous Colors of #aedb38

#aedb38 #5ddb38 #dbb738

Monochromatic Colors of #aedb38

#aedb38

Complementary Color

#aedb38 #6538db

#aedb38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb38 Color CSS Codes

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

#aedb38 Text Font Color

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

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


#aedb38 Background Color

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

This div background color is #aedb38


#aedb38 Border Color

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

This div border color is #aedb38


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,219,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 #aedb38">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb38


Comments

No comments written yet.

Please login to write comment.