Color Hex Logo

#aeb218 Color Hex

#AEB218
(174,178,24)
0 Favorites   0 Comments

Color spaces of #aeb218

RGB 17417824
HSL0.170.760.40
HSV62°87°70°
CMYK 0.020.000.87   0.30
XYZ33.540840.90546.9919
Yxy40.90540.41190.5023
Hunter Lab63.9573-18.315538.2885
CIE-Lab70.1096-17.831168.3754

#aeb218 color RGB value is (174,178,24).

#aeb218 hex color red value is 174, green value is 178 and the blue value of its RGB is 24. Cylindrical-coordinate representations (also known as HSL) of color #aeb218 hue: 0.17 , saturation: 0.76 and the lightness value of aeb218 is 0.40.

The process color (four color CMYK) of #aeb218 color hex is 0.02, 0.00, 0.87, 0.30. Web safe color of #aeb218 is #999900. Color #aeb218 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00011000
Octal 256 262 30
Decimal 174 178 24
Hex AE B2 18

RGB Percentages of Color #aeb218

%46.28
%47.34
%6.38

CMYK Percentages of Color #aeb218

%2
%0
%87
%30

Triadic Colors of #aeb218

#aeb218 #18aeb2 #b218ae

Analogous Colors of #aeb218

#aeb218 #61b218 #b26918

Monochromatic Colors of #aeb218

#aeb218

Complementary Color

#aeb218 #1c18b2

#aeb218 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb218 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb218 Color CSS Codes

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

#aeb218 Text Font Color

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

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


#aeb218 Background Color

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

This div background color is #aeb218


#aeb218 Border Color

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

This div border color is #aeb218


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb218


Comments

No comments written yet.

Please login to write comment.