Color Hex Logo

#aedb55 Color Hex

#AEDB55
(174,219,85)
0 Favorites   0 Comments

Color spaces of #aedb55

RGB 17421985
HSL0.220.650.60
HSV80°61°86°
CMYK 0.210.000.61   0.14
XYZ44.426860.317617.8953
Yxy60.31760.36230.4918
Hunter Lab77.6644-33.804440.7036
CIE-Lab82.0105-34.422959.4310

#aedb55 color RGB value is (174,219,85).

#aedb55 hex color red value is 174, green value is 219 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #aedb55 hue: 0.22 , saturation: 0.65 and the lightness value of aedb55 is 0.60.

The process color (four color CMYK) of #aedb55 color hex is 0.21, 0.00, 0.61, 0.14. Web safe color of #aedb55 is #99cc66. Color #aedb55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011011 01010101
Octal 256 333 125
Decimal 174 219 85
Hex AE DB 55

RGB Percentages of Color #aedb55

%36.40
%45.82
%17.78

CMYK Percentages of Color #aedb55

%21
%0
%61
%14

Triadic Colors of #aedb55

#aedb55 #55aedb #db55ae

Analogous Colors of #aedb55

#aedb55 #6bdb55 #dbc555

Monochromatic Colors of #aedb55

#aedb55

Complementary Color

#aedb55 #8255db

#aedb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedb55 Color CSS Codes

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

#aedb55 Text Font Color

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

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


#aedb55 Background Color

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

This div background color is #aedb55


#aedb55 Border Color

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

This div border color is #aedb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedb55


Comments

No comments written yet.

Please login to write comment.