Color Hex Logo

#afbe22 Color Hex

#AFBE22
(175,190,34)
0 Favorites   0 Comments

Color spaces of #afbe22

RGB 17519034
HSL0.180.700.44
HSV66°82°75°
CMYK 0.080.000.82   0.25
XYZ36.381446.05648.4856
Yxy46.05640.40010.5065
Hunter Lab67.8649-23.072240.0920
CIE-Lab73.5821-23.093369.0232

#afbe22 color RGB value is (175,190,34).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00100010
Octal 257 276 42
Decimal 175 190 34
Hex AF BE 22

RGB Percentages of Color #afbe22

%43.86
%47.62
%8.52

CMYK Percentages of Color #afbe22

%8
%0
%82
%25

Triadic Colors of #afbe22

#afbe22 #22afbe #be22af

Analogous Colors of #afbe22

#afbe22 #61be22 #be7f22

Monochromatic Colors of #afbe22

#afbe22

Complementary Color

#afbe22 #3122be

#afbe22 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe22 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe22 Color CSS Codes

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

#afbe22 Text Font Color

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

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


#afbe22 Background Color

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

This div background color is #afbe22


#afbe22 Border Color

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

This div border color is #afbe22


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe22


Comments

No comments written yet.

Please login to write comment.