Color Hex Logo

#afae22 Color Hex

#AFAE22
(175,174,34)
0 Favorites   0 Comments

Color spaces of #afae22

RGB 17517434
HSL0.170.670.41
HSV60°81°69°
CMYK 0.000.010.81   0.31
XYZ33.104039.50167.3932
Yxy39.50160.41380.4938
Hunter Lab62.8503-15.969937.0208
CIE-Lab69.1131-15.076265.1534

#afae22 color RGB value is (175,174,34).

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

The process color (four color CMYK) of #afae22 color hex is 0.00, 0.01, 0.81, 0.31. Web safe color of #afae22 is #999933. Color #afae22 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 00100010
Octal 257 256 42
Decimal 175 174 34
Hex AF AE 22

RGB Percentages of Color #afae22

%45.69
%45.43
%8.88

CMYK Percentages of Color #afae22

%0
%1
%81
%31

Triadic Colors of #afae22

#afae22 #22afae #ae22af

Analogous Colors of #afae22

#afae22 #6aaf22 #af6822

Monochromatic Colors of #afae22

#afae22

Complementary Color

#afae22 #2223af

#afae22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae22 Color CSS Codes

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

#afae22 Text Font Color

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

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


#afae22 Background Color

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

This div background color is #afae22


#afae22 Border Color

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

This div border color is #afae22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae22


Comments

No comments written yet.

Please login to write comment.