Color Hex Logo

#aeb33d Color Hex

#AEB33D
(174,179,61)
0 Favorites   0 Comments

Color spaces of #aeb33d

RGB 17417961
HSL0.170.490.47
HSV63°66°70°
CMYK 0.030.000.66   0.30
XYZ34.418041.575810.6258
Yxy41.57580.39730.4800
Hunter Lab64.4793-17.558435.3649
CIE-Lab70.5775-16.794057.1918

#aeb33d color RGB value is (174,179,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110011 00111101
Octal 256 263 75
Decimal 174 179 61
Hex AE B3 3D

RGB Percentages of Color #aeb33d

%42.03
%43.24
%14.73

CMYK Percentages of Color #aeb33d

%3
%0
%66
%30

Triadic Colors of #aeb33d

#aeb33d #3daeb3 #b33dae

Analogous Colors of #aeb33d

#aeb33d #73b33d #b37d3d

Monochromatic Colors of #aeb33d

#aeb33d

Complementary Color

#aeb33d #423db3

#aeb33d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb33d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb33d Color CSS Codes

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

#aeb33d Text Font Color

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

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


#aeb33d Background Color

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

This div background color is #aeb33d


#aeb33d Border Color

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

This div border color is #aeb33d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb33d


Comments

No comments written yet.

Please login to write comment.