Color Hex Logo

#aeb826 Color Hex

#AEB826
(174,184,38)
0 Favorites   0 Comments

Color spaces of #aeb826

RGB 17418438
HSL0.180.660.44
HSV64°79°72°
CMYK 0.050.000.79   0.28
XYZ34.945943.41968.3727
Yxy43.41960.40290.5006
Hunter Lab65.8936-20.648338.5919
CIE-Lab71.8388-20.418166.3981

#aeb826 color RGB value is (174,184,38).

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

The process color (four color CMYK) of #aeb826 color hex is 0.05, 0.00, 0.79, 0.28. Web safe color of #aeb826 is #99cc33. Color #aeb826 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111000 00100110
Octal 256 270 46
Decimal 174 184 38
Hex AE B8 26

RGB Percentages of Color #aeb826

%43.94
%46.46
%9.60

CMYK Percentages of Color #aeb826

%5
%0
%79
%28

Triadic Colors of #aeb826

#aeb826 #26aeb8 #b826ae

Analogous Colors of #aeb826

#aeb826 #65b826 #b87926

Monochromatic Colors of #aeb826

#aeb826

Complementary Color

#aeb826 #3026b8

#aeb826 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb826 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb826 Color CSS Codes

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

#aeb826 Text Font Color

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

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


#aeb826 Background Color

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

This div background color is #aeb826


#aeb826 Border Color

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

This div border color is #aeb826


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb826


Comments

No comments written yet.

Please login to write comment.