Color Hex Logo

#afaa34 Color Hex

#AFAA34
(175,170,52)
0 Favorites   0 Comments

Color spaces of #afaa34

RGB 17517052
HSL0.160.540.45
HSV58°70°69°
CMYK 0.000.030.70   0.31
XYZ32.673838.11138.8829
Yxy38.11130.41010.4784
Hunter Lab61.7344-13.561434.6829
CIE-Lab68.1026-12.251258.2627

#afaa34 color RGB value is (175,170,52).

#afaa34 hex color red value is 175, green value is 170 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #afaa34 hue: 0.16 , saturation: 0.54 and the lightness value of afaa34 is 0.45.

The process color (four color CMYK) of #afaa34 color hex is 0.00, 0.03, 0.70, 0.31. Web safe color of #afaa34 is #999933. Color #afaa34 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00110100
Octal 257 252 64
Decimal 175 170 52
Hex AF AA 34

RGB Percentages of Color #afaa34

%44.08
%42.82
%13.10

CMYK Percentages of Color #afaa34

%0
%3
%70
%31

Triadic Colors of #afaa34

#afaa34 #34afaa #aa34af

Analogous Colors of #afaa34

#afaa34 #77af34 #af6d34

Monochromatic Colors of #afaa34

#afaa34

Complementary Color

#afaa34 #3439af

#afaa34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa34 Color CSS Codes

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

#afaa34 Text Font Color

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

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


#afaa34 Background Color

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

This div background color is #afaa34


#afaa34 Border Color

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

This div border color is #afaa34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa34


Comments

No comments written yet.

Please login to write comment.