Color Hex Logo

#afbc1a Color Hex

#AFBC1A
(175,188,26)
0 Favorites   0 Comments

Color spaces of #afbc1a

RGB 17518826
HSL0.180.760.42
HSV65°86°74°
CMYK 0.070.000.86   0.26
XYZ35.848945.15507.8036
Yxy45.15500.40370.5085
Hunter Lab67.1975-22.368340.1529
CIE-Lab72.9938-22.337570.3618

#afbc1a color RGB value is (175,188,26).

#afbc1a hex color red value is 175, green value is 188 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #afbc1a hue: 0.18 , saturation: 0.76 and the lightness value of afbc1a is 0.42.

The process color (four color CMYK) of #afbc1a color hex is 0.07, 0.00, 0.86, 0.26. Web safe color of #afbc1a is #99cc33. Color #afbc1a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 00011010
Octal 257 274 32
Decimal 175 188 26
Hex AF BC 1A

RGB Percentages of Color #afbc1a

%44.99
%48.33
%6.68

CMYK Percentages of Color #afbc1a

%7
%0
%86
%26

Triadic Colors of #afbc1a

#afbc1a #1aafbc #bc1aaf

Analogous Colors of #afbc1a

#afbc1a #5ebc1a #bc781a

Monochromatic Colors of #afbc1a

#afbc1a

Complementary Color

#afbc1a #271abc

#afbc1a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc1a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc1a Color CSS Codes

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

#afbc1a Text Font Color

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

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


#afbc1a Background Color

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

This div background color is #afbc1a


#afbc1a Border Color

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

This div border color is #afbc1a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc1a


Comments

No comments written yet.

Please login to write comment.