Color Hex Logo

#aeb212 Color Hex

#AEB212
(174,178,18)
0 Favorites   0 Comments

Color spaces of #aeb212

RGB 17417818
HSL0.170.820.38
HSV61°90°70°
CMYK 0.020.000.90   0.30
XYZ33.485140.88316.6986
Yxy40.88310.41310.5043
Hunter Lab63.9399-18.415038.5465
CIE-Lab70.0939-17.959369.4843

#aeb212 color RGB value is (174,178,18).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110010 00010010
Octal 256 262 22
Decimal 174 178 18
Hex AE B2 12

RGB Percentages of Color #aeb212

%47.03
%48.11
%4.86

CMYK Percentages of Color #aeb212

%2
%0
%90
%30

Triadic Colors of #aeb212

#aeb212 #12aeb2 #b212ae

Analogous Colors of #aeb212

#aeb212 #5eb212 #b26612

Monochromatic Colors of #aeb212

#aeb212

Complementary Color

#aeb212 #1612b2

#aeb212 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb212 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb212 Color CSS Codes

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

#aeb212 Text Font Color

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

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


#aeb212 Background Color

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

This div background color is #aeb212


#aeb212 Border Color

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

This div border color is #aeb212


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb212


Comments

No comments written yet.

Please login to write comment.