Color Hex Logo

#aeb105 Color Hex

#AEB105
(174,177,5)
0 Favorites   0 Comments

Color spaces of #aeb105

RGB 1741775
HSL0.170.950.36
HSV61°97°69°
CMYK 0.020.000.97   0.31
XYZ33.205140.45396.2019
Yxy40.45390.41580.5066
Hunter Lab63.6034-18.117338.7411
CIE-Lab69.7916-17.643270.9649

#aeb105 color RGB value is (174,177,5).

#aeb105 hex color red value is 174, green value is 177 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #aeb105 hue: 0.17 , saturation: 0.95 and the lightness value of aeb105 is 0.36.

The process color (four color CMYK) of #aeb105 color hex is 0.02, 0.00, 0.97, 0.31. Web safe color of #aeb105 is #999900. Color #aeb105 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10110001 00000101
Octal 256 261 5
Decimal 174 177 5
Hex AE B1 5

RGB Percentages of Color #aeb105

%48.88
%49.72
%1.40

CMYK Percentages of Color #aeb105

%2
%0
%97
%31

Triadic Colors of #aeb105

#aeb105 #05aeb1 #b105ae

Analogous Colors of #aeb105

#aeb105 #58b105 #b15e05

Monochromatic Colors of #aeb105

#aeb105

Complementary Color

#aeb105 #0805b1

#aeb105 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeb105 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeb105 Color CSS Codes

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

#aeb105 Text Font Color

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

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


#aeb105 Background Color

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

This div background color is #aeb105


#aeb105 Border Color

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

This div border color is #aeb105


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeb105


Comments

No comments written yet.

Please login to write comment.