Color Hex Logo

#afba30 Color Hex

#AFBA30
(175,186,48)
0 Favorites   0 Comments

Color spaces of #afba30

RGB 17518648
HSL0.180.590.46
HSV65°74°73°
CMYK 0.060.000.74   0.27
XYZ35.771644.44529.4897
Yxy44.44520.39880.4955
Hunter Lab66.6672-20.890038.2275
CIE-Lab72.5251-20.576863.9559

#afba30 color RGB value is (175,186,48).

#afba30 hex color red value is 175, green value is 186 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #afba30 hue: 0.18 , saturation: 0.59 and the lightness value of afba30 is 0.46.

The process color (four color CMYK) of #afba30 color hex is 0.06, 0.00, 0.74, 0.27. Web safe color of #afba30 is #99cc33. Color #afba30 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 00110000
Octal 257 272 60
Decimal 175 186 48
Hex AF BA 30

RGB Percentages of Color #afba30

%42.79
%45.48
%11.74

CMYK Percentages of Color #afba30

%6
%0
%74
%27

Triadic Colors of #afba30

#afba30 #30afba #ba30af

Analogous Colors of #afba30

#afba30 #6aba30 #ba8030

Monochromatic Colors of #afba30

#afba30

Complementary Color

#afba30 #3b30ba

#afba30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba30 Color CSS Codes

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

#afba30 Text Font Color

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

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


#afba30 Background Color

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

This div background color is #afba30


#afba30 Border Color

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

This div border color is #afba30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba30


Comments

No comments written yet.

Please login to write comment.