Color Hex Logo

#aeb365 Color Hex

#AEB365
(174,179,101)
0 Favorites   0 Comments

Color spaces of #aeb365

RGB 174179101
HSL0.180.340.55
HSV64°44°70°
CMYK 0.030.000.44   0.30
XYZ35.924642.178518.5597
Yxy42.17850.37160.4363
Hunter Lab64.9450-14.915628.5178
CIE-Lab70.9938-13.462639.0973

#aeb365 color RGB value is (174,179,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 01100101
Octal 256 263 145
Decimal 174 179 101
Hex AE B3 65

RGB Percentages of Color #aeb365

%38.33
%39.43
%22.25

CMYK Percentages of Color #aeb365

%3
%0
%44
%30

Triadic Colors of #aeb365

#aeb365 #65aeb3 #b365ae

Analogous Colors of #aeb365

#aeb365 #87b365 #b39165

Monochromatic Colors of #aeb365

#aeb365

Complementary Color

#aeb365 #6a65b3

#aeb365 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb365 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb365 Color CSS Codes

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

#aeb365 Text Font Color

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

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


#aeb365 Background Color

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

This div background color is #aeb365


#aeb365 Border Color

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

This div border color is #aeb365


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb365


Comments

No comments written yet.

Please login to write comment.