Color Hex Logo

#aeb025 Color Hex

#AEB025
(174,176,37)
0 Favorites   0 Comments

Color spaces of #aeb025

RGB 17417637
HSL0.170.650.42
HSV61°79°69°
CMYK 0.010.000.79   0.31
XYZ33.314840.18297.7505
Yxy40.18290.41000.4946
Hunter Lab63.3900-17.121237.1238
CIE-Lab69.5996-16.428264.6985

#aeb025 color RGB value is (174,176,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 00100101
Octal 256 260 45
Decimal 174 176 37
Hex AE B0 25

RGB Percentages of Color #aeb025

%44.96
%45.48
%9.56

CMYK Percentages of Color #aeb025

%1
%0
%79
%31

Triadic Colors of #aeb025

#aeb025 #25aeb0 #b025ae

Analogous Colors of #aeb025

#aeb025 #69b025 #b06d25

Monochromatic Colors of #aeb025

#aeb025

Complementary Color

#aeb025 #2725b0

#aeb025 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb025 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb025 Color CSS Codes

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

#aeb025 Text Font Color

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

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


#aeb025 Background Color

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

This div background color is #aeb025


#aeb025 Border Color

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

This div border color is #aeb025


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb025


Comments

No comments written yet.

Please login to write comment.