Color Hex Logo

#aeb675 Color Hex

#AEB675
(174,182,117)
0 Favorites   0 Comments

Color spaces of #aeb675

RGB 174182117
HSL0.190.310.59
HSV67°36°71°
CMYK 0.040.000.36   0.29
XYZ37.394443.738923.3012
Yxy43.73890.35810.4188
Hunter Lab66.1354-14.809125.4054
CIE-Lab72.0536-13.166332.1877

#aeb675 color RGB value is (174,182,117).

#aeb675 hex color red value is 174, green value is 182 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #aeb675 hue: 0.19 , saturation: 0.31 and the lightness value of aeb675 is 0.59.

The process color (four color CMYK) of #aeb675 color hex is 0.04, 0.00, 0.36, 0.29. Web safe color of #aeb675 is #99cc66. Color #aeb675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110110 01110101
Octal 256 266 165
Decimal 174 182 117
Hex AE B6 75

RGB Percentages of Color #aeb675

%36.79
%38.48
%24.74

CMYK Percentages of Color #aeb675

%4
%0
%36
%29

Triadic Colors of #aeb675

#aeb675 #75aeb6 #b675ae

Analogous Colors of #aeb675

#aeb675 #8eb675 #b69e75

Monochromatic Colors of #aeb675

#aeb675

Complementary Color

#aeb675 #7d75b6

#aeb675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb675 Color CSS Codes

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

#aeb675 Text Font Color

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

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


#aeb675 Background Color

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

This div background color is #aeb675


#aeb675 Border Color

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

This div border color is #aeb675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb675


Comments

No comments written yet.

Please login to write comment.