Color Hex Logo

#aeb23c Color Hex

#AEB23C
(174,178,60)
0 Favorites   0 Comments

Color spaces of #aeb23c

RGB 17417860
HSL0.170.500.47
HSV62°66°70°
CMYK 0.020.000.66   0.30
XYZ34.191641.165710.4187
Yxy41.16570.39860.4799
Hunter Lab64.1605-17.156935.2845
CIE-Lab70.2919-16.346157.3015

#aeb23c color RGB value is (174,178,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00111100
Octal 256 262 74
Decimal 174 178 60
Hex AE B2 3C

RGB Percentages of Color #aeb23c

%42.23
%43.20
%14.56

CMYK Percentages of Color #aeb23c

%2
%0
%66
%30

Triadic Colors of #aeb23c

#aeb23c #3caeb2 #b23cae

Analogous Colors of #aeb23c

#aeb23c #73b23c #b27b3c

Monochromatic Colors of #aeb23c

#aeb23c

Complementary Color

#aeb23c #403cb2

#aeb23c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb23c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb23c Color CSS Codes

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

#aeb23c Text Font Color

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

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


#aeb23c Background Color

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

This div background color is #aeb23c


#aeb23c Border Color

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

This div border color is #aeb23c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb23c


Comments

No comments written yet.

Please login to write comment.