Color Hex Logo

#aeb065 Color Hex

#AEB065
(174,176,101)
0 Favorites   0 Comments

Color spaces of #aeb065

RGB 174176101
HSL0.170.320.54
HSV62°43°69°
CMYK 0.010.000.43   0.31
XYZ35.329940.988918.3615
Yxy40.98890.37310.4329
Hunter Lab64.0226-13.536927.8116
CIE-Lab70.1681-11.909638.0699

#aeb065 color RGB value is (174,176,101).

#aeb065 hex color red value is 174, green value is 176 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #aeb065 hue: 0.17 , saturation: 0.32 and the lightness value of aeb065 is 0.54.

The process color (four color CMYK) of #aeb065 color hex is 0.01, 0.00, 0.43, 0.31. Web safe color of #aeb065 is #999966. Color #aeb065 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110000 01100101
Octal 256 260 145
Decimal 174 176 101
Hex AE B0 65

RGB Percentages of Color #aeb065

%38.58
%39.02
%22.39

CMYK Percentages of Color #aeb065

%1
%0
%43
%31

Triadic Colors of #aeb065

#aeb065 #65aeb0 #b065ae

Analogous Colors of #aeb065

#aeb065 #89b065 #b08d65

Monochromatic Colors of #aeb065

#aeb065

Complementary Color

#aeb065 #6765b0

#aeb065 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb065 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb065 Color CSS Codes

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

#aeb065 Text Font Color

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

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


#aeb065 Background Color

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

This div background color is #aeb065


#aeb065 Border Color

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

This div border color is #aeb065


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,176,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 #aeb065">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb065


Comments

No comments written yet.

Please login to write comment.