Color Hex Logo

#aeb348 Color Hex

#AEB348
(174,179,72)
0 Favorites   0 Comments

Color spaces of #aeb348

RGB 17417972
HSL0.170.430.49
HSV63°60°70°
CMYK 0.030.000.60   0.30
XYZ34.745441.706712.3498
Yxy41.70670.39130.4697
Hunter Lab64.5807-16.980633.8685
CIE-Lab70.6682-16.058852.6158

#aeb348 color RGB value is (174,179,72).

#aeb348 hex color red value is 174, green value is 179 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #aeb348 hue: 0.17 , saturation: 0.43 and the lightness value of aeb348 is 0.49.

The process color (four color CMYK) of #aeb348 color hex is 0.03, 0.00, 0.60, 0.30. Web safe color of #aeb348 is #99cc33. Color #aeb348 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 01001000
Octal 256 263 110
Decimal 174 179 72
Hex AE B3 48

RGB Percentages of Color #aeb348

%40.94
%42.12
%16.94

CMYK Percentages of Color #aeb348

%3
%0
%60
%30

Triadic Colors of #aeb348

#aeb348 #48aeb3 #b348ae

Analogous Colors of #aeb348

#aeb348 #79b348 #b38348

Monochromatic Colors of #aeb348

#aeb348

Complementary Color

#aeb348 #4d48b3

#aeb348 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb348 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb348 Color CSS Codes

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

#aeb348 Text Font Color

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

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


#aeb348 Background Color

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

This div background color is #aeb348


#aeb348 Border Color

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

This div border color is #aeb348


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb348


Comments

No comments written yet.

Please login to write comment.