Color Hex Logo

#afbe2a Color Hex

#AFBE2A
(175,190,42)
0 Favorites   0 Comments

Color spaces of #afbe2a

RGB 17519042
HSL0.180.640.45
HSV66°78°75°
CMYK 0.080.000.78   0.25
XYZ36.510646.10809.1659
Yxy46.10800.39780.5024
Hunter Lab67.9029-22.852639.5287
CIE-Lab73.6156-22.808266.8563

#afbe2a color RGB value is (175,190,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00101010
Octal 257 276 52
Decimal 175 190 42
Hex AF BE 2A

RGB Percentages of Color #afbe2a

%43.00
%46.68
%10.32

CMYK Percentages of Color #afbe2a

%8
%0
%78
%25

Triadic Colors of #afbe2a

#afbe2a #2aafbe #be2aaf

Analogous Colors of #afbe2a

#afbe2a #65be2a #be832a

Monochromatic Colors of #afbe2a

#afbe2a

Complementary Color

#afbe2a #392abe

#afbe2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe2a Color CSS Codes

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

#afbe2a Text Font Color

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

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


#afbe2a Background Color

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

This div background color is #afbe2a


#afbe2a Border Color

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

This div border color is #afbe2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe2a


Comments

No comments written yet.

Please login to write comment.