Color Hex Logo

#aeb290 Color Hex

#AEB290
(174,178,144)
0 Favorites   0 Comments

Color spaces of #aeb290

RGB 174178144
HSL0.190.180.63
HSV67°19°70°
CMYK 0.020.000.19   0.30
XYZ38.410042.853132.6326
Yxy42.85310.33720.3762
Hunter Lab65.4623-9.824116.2678
CIE-Lab71.4552-7.299416.9423

#aeb290 color RGB value is (174,178,144).

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

The process color (four color CMYK) of #aeb290 color hex is 0.02, 0.00, 0.19, 0.30. Web safe color of #aeb290 is #999999. Color #aeb290 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 10010000
Octal 256 262 220
Decimal 174 178 144
Hex AE B2 90

RGB Percentages of Color #aeb290

%35.08
%35.89
%29.03

CMYK Percentages of Color #aeb290

%2
%0
%19
%30

Triadic Colors of #aeb290

#aeb290 #90aeb2 #b290ae

Analogous Colors of #aeb290

#aeb290 #9db290 #b2a590

Monochromatic Colors of #aeb290

#aeb290

Complementary Color

#aeb290 #9490b2

#aeb290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb290 Color CSS Codes

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

#aeb290 Text Font Color

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

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


#aeb290 Background Color

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

This div background color is #aeb290


#aeb290 Border Color

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

This div border color is #aeb290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb290


Comments

No comments written yet.

Please login to write comment.