Color Hex Logo

#aebc26 Color Hex

#AEBC26
(174,188,38)
0 Favorites   0 Comments

Color spaces of #aebc26

RGB 17418838
HSL0.180.660.44
HSV66°80°74°
CMYK 0.070.000.80   0.26
XYZ35.788645.10518.6536
Yxy45.10510.39970.5037
Hunter Lab67.1603-22.411039.3727
CIE-Lab72.9610-22.398867.3922

#aebc26 color RGB value is (174,188,38).

#aebc26 hex color red value is 174, green value is 188 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aebc26 hue: 0.18 , saturation: 0.66 and the lightness value of aebc26 is 0.44.

The process color (four color CMYK) of #aebc26 color hex is 0.07, 0.00, 0.80, 0.26. Web safe color of #aebc26 is #99cc33. Color #aebc26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111100 00100110
Octal 256 274 46
Decimal 174 188 38
Hex AE BC 26

RGB Percentages of Color #aebc26

%43.50
%47.00
%9.50

CMYK Percentages of Color #aebc26

%7
%0
%80
%26

Triadic Colors of #aebc26

#aebc26 #26aebc #bc26ae

Analogous Colors of #aebc26

#aebc26 #63bc26 #bc7f26

Monochromatic Colors of #aebc26

#aebc26

Complementary Color

#aebc26 #3426bc

#aebc26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebc26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebc26 Color CSS Codes

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

#aebc26 Text Font Color

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

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


#aebc26 Background Color

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

This div background color is #aebc26


#aebc26 Border Color

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

This div border color is #aebc26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebc26


Comments

No comments written yet.

Please login to write comment.