Color Hex Logo

#aeaf2b Color Hex

#AEAF2B
(174,175,43)
0 Favorites   0 Comments

Color spaces of #aeaf2b

RGB 17417543
HSL0.170.610.43
HSV60°75°69°
CMYK 0.010.000.75   0.31
XYZ33.221639.83308.2231
Yxy39.83300.40870.4901
Hunter Lab63.1134-16.489736.4544
CIE-Lab69.3504-15.683262.6173

#aeaf2b color RGB value is (174,175,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101111 00101011
Octal 256 257 53
Decimal 174 175 43
Hex AE AF 2B

RGB Percentages of Color #aeaf2b

%44.39
%44.64
%10.97

CMYK Percentages of Color #aeaf2b

%1
%0
%75
%31

Triadic Colors of #aeaf2b

#aeaf2b #2baeaf #af2bae

Analogous Colors of #aeaf2b

#aeaf2b #6caf2b #af6e2b

Monochromatic Colors of #aeaf2b

#aeaf2b

Complementary Color

#aeaf2b #2c2baf

#aeaf2b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaf2b Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaf2b Color CSS Codes

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

#aeaf2b Text Font Color

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

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


#aeaf2b Background Color

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

This div background color is #aeaf2b


#aeaf2b Border Color

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

This div border color is #aeaf2b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaf2b


Comments

No comments written yet.

Please login to write comment.