Color Hex Logo

#aeb272 Color Hex

#AEB272
(174,178,114)
0 Favorites   0 Comments

Color spaces of #aeb272

RGB 174178114
HSL0.180.290.57
HSV64°36°70°
CMYK 0.020.000.36   0.30
XYZ36.413242.054422.1177
Yxy42.05440.36200.4181
Hunter Lab64.8494-13.257925.1729
CIE-Lab70.9084-11.462932.2739

#aeb272 color RGB value is (174,178,114).

#aeb272 hex color red value is 174, green value is 178 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #aeb272 hue: 0.18 , saturation: 0.29 and the lightness value of aeb272 is 0.57.

The process color (four color CMYK) of #aeb272 color hex is 0.02, 0.00, 0.36, 0.30. Web safe color of #aeb272 is #999966. Color #aeb272 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 01110010
Octal 256 262 162
Decimal 174 178 114
Hex AE B2 72

RGB Percentages of Color #aeb272

%37.34
%38.20
%24.46

CMYK Percentages of Color #aeb272

%2
%0
%36
%30

Triadic Colors of #aeb272

#aeb272 #72aeb2 #b272ae

Analogous Colors of #aeb272

#aeb272 #8eb272 #b29672

Monochromatic Colors of #aeb272

#aeb272

Complementary Color

#aeb272 #7672b2

#aeb272 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb272 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb272 Color CSS Codes

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

#aeb272 Text Font Color

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

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


#aeb272 Background Color

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

This div background color is #aeb272


#aeb272 Border Color

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

This div border color is #aeb272


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb272


Comments

No comments written yet.

Please login to write comment.