Color Hex Logo

#afbf22 Color Hex

#AFBF22
(175,191,34)
0 Favorites   0 Comments

Color spaces of #afbf22

RGB 17519134
HSL0.180.700.44
HSV66°82°75°
CMYK 0.080.000.82   0.25
XYZ36.598746.49118.5581
Yxy46.49110.39930.5073
Hunter Lab68.1844-23.510940.2873
CIE-Lab73.8631-23.582969.2650

#afbf22 color RGB value is (175,191,34).

#afbf22 hex color red value is 175, green value is 191 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #afbf22 hue: 0.18 , saturation: 0.70 and the lightness value of afbf22 is 0.44.

The process color (four color CMYK) of #afbf22 color hex is 0.08, 0.00, 0.82, 0.25. Web safe color of #afbf22 is #99cc33. Color #afbf22 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 00100010
Octal 257 277 42
Decimal 175 191 34
Hex AF BF 22

RGB Percentages of Color #afbf22

%43.75
%47.75
%8.50

CMYK Percentages of Color #afbf22

%8
%0
%82
%25

Triadic Colors of #afbf22

#afbf22 #22afbf #bf22af

Analogous Colors of #afbf22

#afbf22 #61bf22 #bf8122

Monochromatic Colors of #afbf22

#afbf22

Complementary Color

#afbf22 #3222bf

#afbf22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf22 Color CSS Codes

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

#afbf22 Text Font Color

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

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


#afbf22 Background Color

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

This div background color is #afbf22


#afbf22 Border Color

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

This div border color is #afbf22


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,191,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 #afbf22">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf22


Comments

No comments written yet.

Please login to write comment.