Color Hex Logo

#afab44 Color Hex

#AFAB44
(175,171,68)
0 Favorites   0 Comments

Color spaces of #afab44

RGB 17517168
HSL0.160.440.48
HSV58°61°69°
CMYK 0.000.020.61   0.31
XYZ33.285538.657111.1761
Yxy38.65710.40050.4651
Hunter Lab62.1748-13.245432.8648
CIE-Lab68.5021-11.801252.0508

#afab44 color RGB value is (175,171,68).

#afab44 hex color red value is 175, green value is 171 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #afab44 hue: 0.16 , saturation: 0.44 and the lightness value of afab44 is 0.48.

The process color (four color CMYK) of #afab44 color hex is 0.00, 0.02, 0.61, 0.31. Web safe color of #afab44 is #999933. Color #afab44 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01000100
Octal 257 253 104
Decimal 175 171 68
Hex AF AB 44

RGB Percentages of Color #afab44

%42.27
%41.30
%16.43

CMYK Percentages of Color #afab44

%0
%2
%61
%31

Triadic Colors of #afab44

#afab44 #44afab #ab44af

Analogous Colors of #afab44

#afab44 #7eaf44 #af7644

Monochromatic Colors of #afab44

#afab44

Complementary Color

#afab44 #4448af

#afab44 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab44 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab44 Color CSS Codes

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

#afab44 Text Font Color

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

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


#afab44 Background Color

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

This div background color is #afab44


#afab44 Border Color

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

This div border color is #afab44


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab44


Comments

No comments written yet.

Please login to write comment.