Color Hex Logo

#afba1d Color Hex

#AFBA1D
(175,186,29)
0 Favorites   0 Comments

Color spaces of #afba1d

RGB 17518629
HSL0.180.730.42
HSV64°84°73°
CMYK 0.060.000.84   0.27
XYZ35.459944.32057.8482
Yxy44.32050.40470.5058
Hunter Lab66.5736-21.427339.6120
CIE-Lab72.4422-21.271269.2527

#afba1d color RGB value is (175,186,29).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 00011101
Octal 257 272 35
Decimal 175 186 29
Hex AF BA 1D

RGB Percentages of Color #afba1d

%44.87
%47.69
%7.44

CMYK Percentages of Color #afba1d

%6
%0
%84
%27

Triadic Colors of #afba1d

#afba1d #1dafba #ba1daf

Analogous Colors of #afba1d

#afba1d #60ba1d #ba771d

Monochromatic Colors of #afba1d

#afba1d

Complementary Color

#afba1d #281dba

#afba1d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afba1d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afba1d Color CSS Codes

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

#afba1d Text Font Color

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

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


#afba1d Background Color

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

This div background color is #afba1d


#afba1d Border Color

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

This div border color is #afba1d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afba1d


Comments

No comments written yet.

Please login to write comment.