Color Hex Logo

#aeb35d Color Hex

#AEB35D
(174,179,93)
0 Favorites   0 Comments

Color spaces of #aeb35d

RGB 17417993
HSL0.180.360.53
HSV63°48°70°
CMYK 0.030.000.48   0.30
XYZ35.551442.029216.5946
Yxy42.02920.37750.4463
Hunter Lab64.8299-15.566730.2044
CIE-Lab70.8910-14.275942.9808

#aeb35d color RGB value is (174,179,93).

#aeb35d hex color red value is 174, green value is 179 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #aeb35d hue: 0.18 , saturation: 0.36 and the lightness value of aeb35d is 0.53.

The process color (four color CMYK) of #aeb35d color hex is 0.03, 0.00, 0.48, 0.30. Web safe color of #aeb35d is #99cc66. Color #aeb35d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 01011101
Octal 256 263 135
Decimal 174 179 93
Hex AE B3 5D

RGB Percentages of Color #aeb35d

%39.01
%40.13
%20.85

CMYK Percentages of Color #aeb35d

%3
%0
%48
%30

Triadic Colors of #aeb35d

#aeb35d #5daeb3 #b35dae

Analogous Colors of #aeb35d

#aeb35d #83b35d #b38d5d

Monochromatic Colors of #aeb35d

#aeb35d

Complementary Color

#aeb35d #625db3

#aeb35d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb35d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb35d Color CSS Codes

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

#aeb35d Text Font Color

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

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


#aeb35d Background Color

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

This div background color is #aeb35d


#aeb35d Border Color

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

This div border color is #aeb35d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb35d


Comments

No comments written yet.

Please login to write comment.