Color Hex Logo

#afaa1b Color Hex

#AFAA1B
(175,170,27)
0 Favorites   0 Comments

Color spaces of #afaa1b

RGB 17517027
HSL0.160.730.40
HSV58°85°69°
CMYK 0.000.030.85   0.31
XYZ32.251837.94256.6607
Yxy37.94250.41960.4937
Hunter Lab61.5975-14.334936.7071
CIE-Lab67.9782-13.229665.9857

#afaa1b color RGB value is (175,170,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00011011
Octal 257 252 33
Decimal 175 170 27
Hex AF AA 1B

RGB Percentages of Color #afaa1b

%47.04
%45.70
%7.26

CMYK Percentages of Color #afaa1b

%0
%3
%85
%31

Triadic Colors of #afaa1b

#afaa1b #1bafaa #aa1baf

Analogous Colors of #afaa1b

#afaa1b #6aaf1b #af601b

Monochromatic Colors of #afaa1b

#afaa1b

Complementary Color

#afaa1b #1b20af

#afaa1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa1b Color CSS Codes

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

#afaa1b Text Font Color

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

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


#afaa1b Background Color

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

This div background color is #afaa1b


#afaa1b Border Color

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

This div border color is #afaa1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa1b


Comments

No comments written yet.

Please login to write comment.