Color Hex Logo

#aebd4b Color Hex

#AEBD4B
(174,189,75)
0 Favorites   0 Comments

Color spaces of #aebd4b

RGB 17418975
HSL0.190.460.52
HSV68°60°74°
CMYK 0.080.000.60   0.26
XYZ36.923245.901913.5705
Yxy45.90190.38300.4762
Hunter Lab67.7509-21.284435.5499
CIE-Lab73.4818-20.867854.3768

#aebd4b color RGB value is (174,189,75).

#aebd4b hex color red value is 174, green value is 189 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #aebd4b hue: 0.19 , saturation: 0.46 and the lightness value of aebd4b is 0.52.

The process color (four color CMYK) of #aebd4b color hex is 0.08, 0.00, 0.60, 0.26. Web safe color of #aebd4b is #99cc33. Color #aebd4b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10111101 01001011
Octal 256 275 113
Decimal 174 189 75
Hex AE BD 4B

RGB Percentages of Color #aebd4b

%39.73
%43.15
%17.12

CMYK Percentages of Color #aebd4b

%8
%0
%60
%26

Triadic Colors of #aebd4b

#aebd4b #4baebd #bd4bae

Analogous Colors of #aebd4b

#aebd4b #75bd4b #bd934b

Monochromatic Colors of #aebd4b

#aebd4b

Complementary Color

#aebd4b #5a4bbd

#aebd4b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aebd4b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aebd4b Color CSS Codes

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

#aebd4b Text Font Color

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

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


#aebd4b Background Color

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

This div background color is #aebd4b


#aebd4b Border Color

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

This div border color is #aebd4b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aebd4b


Comments

No comments written yet.

Please login to write comment.