Color Hex Logo

#afae64 Color Hex

#AFAE64
(175,174,100)
0 Favorites   0 Comments

Color spaces of #afae64

RGB 175174100
HSL0.160.320.54
HSV59°43°69°
CMYK 0.000.010.43   0.31
XYZ35.115540.306217.9857
Yxy40.30620.37590.4315
Hunter Lab63.4872-12.372127.6444
CIE-Lab69.6871-10.564737.9995

#afae64 color RGB value is (175,174,100).

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

The process color (four color CMYK) of #afae64 color hex is 0.00, 0.01, 0.43, 0.31. Web safe color of #afae64 is #999966. Color #afae64 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101110 01100100
Octal 257 256 144
Decimal 175 174 100
Hex AF AE 64

RGB Percentages of Color #afae64

%38.98
%38.75
%22.27

CMYK Percentages of Color #afae64

%0
%1
%43
%31

Triadic Colors of #afae64

#afae64 #64afae #ae64af

Analogous Colors of #afae64

#afae64 #8baf64 #af8964

Monochromatic Colors of #afae64

#afae64

Complementary Color

#afae64 #6465af

#afae64 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afae64 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afae64 Color CSS Codes

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

#afae64 Text Font Color

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

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


#afae64 Background Color

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

This div background color is #afae64


#afae64 Border Color

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

This div border color is #afae64


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afae64


Comments

No comments written yet.

Please login to write comment.