Color Hex Logo

#aeaf26 Color Hex

#AEAF26
(174,175,38)
0 Favorites   0 Comments

Color spaces of #aeaf26

RGB 17417538
HSL0.170.640.42
HSV60°78°69°
CMYK 0.010.000.78   0.31
XYZ33.135439.79867.7692
Yxy39.79860.41060.4931
Hunter Lab63.0861-16.645336.8586
CIE-Lab69.3258-15.882264.1599

#aeaf26 color RGB value is (174,175,38).

#aeaf26 hex color red value is 174, green value is 175 and the blue value of its RGB is 38. Cylindrical-coordinate representations (also known as HSL) of color #aeaf26 hue: 0.17 , saturation: 0.64 and the lightness value of aeaf26 is 0.42.

The process color (four color CMYK) of #aeaf26 color hex is 0.01, 0.00, 0.78, 0.31. Web safe color of #aeaf26 is #999933. Color #aeaf26 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 00100110
Octal 256 257 46
Decimal 174 175 38
Hex AE AF 26

RGB Percentages of Color #aeaf26

%44.96
%45.22
%9.82

CMYK Percentages of Color #aeaf26

%1
%0
%78
%31

Triadic Colors of #aeaf26

#aeaf26 #26aeaf #af26ae

Analogous Colors of #aeaf26

#aeaf26 #6aaf26 #af6c26

Monochromatic Colors of #aeaf26

#aeaf26

Complementary Color

#aeaf26 #2726af

#aeaf26 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf26 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf26 Color CSS Codes

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

#aeaf26 Text Font Color

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

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


#aeaf26 Background Color

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

This div background color is #aeaf26


#aeaf26 Border Color

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

This div border color is #aeaf26


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf26


Comments

No comments written yet.

Please login to write comment.