Color Hex Logo

#aeb026 Color Hex

#AEB026
(174,176,38)
0 Favorites   0 Comments

Color spaces of #aeb026

RGB 17417638
HSL0.170.640.42
HSV61°78°69°
CMYK 0.010.000.78   0.31
XYZ33.330740.18937.8343
Yxy40.18930.40970.4940
Hunter Lab63.3950-17.092837.0495
CIE-Lab69.6041-16.391864.4087

#aeb026 color RGB value is (174,176,38).

#aeb026 hex color red value is 174, green value is 176 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aeb026 hue: 0.17 , saturation: 0.64 and the lightness value of aeb026 is 0.42.

The process color (four color CMYK) of #aeb026 color hex is 0.01, 0.00, 0.78, 0.31. Web safe color of #aeb026 is #999933. Color #aeb026 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00100110
Octal 256 260 46
Decimal 174 176 38
Hex AE B0 26

RGB Percentages of Color #aeb026

%44.85
%45.36
%9.79

CMYK Percentages of Color #aeb026

%1
%0
%78
%31

Triadic Colors of #aeb026

#aeb026 #26aeb0 #b026ae

Analogous Colors of #aeb026

#aeb026 #69b026 #b06d26

Monochromatic Colors of #aeb026

#aeb026

Complementary Color

#aeb026 #2826b0

#aeb026 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb026 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb026 Color CSS Codes

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

#aeb026 Text Font Color

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

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


#aeb026 Background Color

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

This div background color is #aeb026


#aeb026 Border Color

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

This div border color is #aeb026


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb026


Comments

No comments written yet.

Please login to write comment.