Color Hex Logo

#aeb75c Color Hex

#AEB75C
(174,183,92)
0 Favorites   0 Comments

Color spaces of #aeb75c

RGB 17418392
HSL0.180.390.54
HSV66°50°72°
CMYK 0.050.000.50   0.28
XYZ36.320843.638416.6339
Yxy43.63840.37600.4518
Hunter Lab66.0594-17.460931.3122
CIE-Lab71.9861-16.415744.7846

#aeb75c color RGB value is (174,183,92).

#aeb75c hex color red value is 174, green value is 183 and the blue value of its RGB is 92. Cylindrical-coordinate representations (also known as HSL) of color #aeb75c hue: 0.18 , saturation: 0.39 and the lightness value of aeb75c is 0.54.

The process color (four color CMYK) of #aeb75c color hex is 0.05, 0.00, 0.50, 0.28. Web safe color of #aeb75c is #99cc66. Color #aeb75c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110111 01011100
Octal 256 267 134
Decimal 174 183 92
Hex AE B7 5C

RGB Percentages of Color #aeb75c

%38.75
%40.76
%20.49

CMYK Percentages of Color #aeb75c

%5
%0
%50
%28

Triadic Colors of #aeb75c

#aeb75c #5caeb7 #b75cae

Analogous Colors of #aeb75c

#aeb75c #81b75c #b7935c

Monochromatic Colors of #aeb75c

#aeb75c

Complementary Color

#aeb75c #655cb7

#aeb75c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb75c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb75c Color CSS Codes

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

#aeb75c Text Font Color

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

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


#aeb75c Background Color

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

This div background color is #aeb75c


#aeb75c Border Color

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

This div border color is #aeb75c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb75c


Comments

No comments written yet.

Please login to write comment.