Color Hex Logo

#aedb25 Color Hex

#AEDB25
(174,219,37)
0 Favorites   0 Comments

Color spaces of #aedb25

RGB 17421937
HSL0.210.720.50
HSV75°83°86°
CMYK 0.210.000.83   0.14
XYZ43.121059.795311.0192
Yxy59.79530.37850.5248
Hunter Lab77.3274-35.783945.6803
CIE-Lab81.7268-37.039675.2922

#aedb25 color RGB value is (174,219,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 00100101
Octal 256 333 45
Decimal 174 219 37
Hex AE DB 25

RGB Percentages of Color #aedb25

%40.47
%50.93
%8.60

CMYK Percentages of Color #aedb25

%21
%0
%83
%14

Triadic Colors of #aedb25

#aedb25 #25aedb #db25ae

Analogous Colors of #aedb25

#aedb25 #53db25 #dbad25

Monochromatic Colors of #aedb25

#aedb25

Complementary Color

#aedb25 #5225db

#aedb25 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb25 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb25 Color CSS Codes

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

#aedb25 Text Font Color

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

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


#aedb25 Background Color

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

This div background color is #aedb25


#aedb25 Border Color

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

This div border color is #aedb25


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb25


Comments

No comments written yet.

Please login to write comment.