Color Hex Logo

#aeb23a Color Hex

#AEB23A
(174,178,58)
0 Favorites   0 Comments

Color spaces of #aeb23a

RGB 17417858
HSL0.170.510.46
HSV62°67°70°
CMYK 0.020.000.67   0.30
XYZ34.139741.144910.1454
Yxy41.14490.39960.4816
Hunter Lab64.1443-17.248935.5234
CIE-Lab70.2773-16.463558.0834

#aeb23a color RGB value is (174,178,58).

#aeb23a hex color red value is 174, green value is 178 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #aeb23a hue: 0.17 , saturation: 0.51 and the lightness value of aeb23a is 0.46.

The process color (four color CMYK) of #aeb23a color hex is 0.02, 0.00, 0.67, 0.30. Web safe color of #aeb23a is #999933. Color #aeb23a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00111010
Octal 256 262 72
Decimal 174 178 58
Hex AE B2 3A

RGB Percentages of Color #aeb23a

%42.44
%43.41
%14.15

CMYK Percentages of Color #aeb23a

%2
%0
%67
%30

Triadic Colors of #aeb23a

#aeb23a #3aaeb2 #b23aae

Analogous Colors of #aeb23a

#aeb23a #72b23a #b27a3a

Monochromatic Colors of #aeb23a

#aeb23a

Complementary Color

#aeb23a #3e3ab2

#aeb23a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb23a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb23a Color CSS Codes

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

#aeb23a Text Font Color

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

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


#aeb23a Background Color

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

This div background color is #aeb23a


#aeb23a Border Color

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

This div border color is #aeb23a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb23a


Comments

No comments written yet.

Please login to write comment.