Color Hex Logo

#afb51d Color Hex

#AFB51D
(175,181,29)
0 Favorites   0 Comments

Color spaces of #afb51d

RGB 17518129
HSL0.170.720.41
HSV62°84°71°
CMYK 0.030.000.84   0.29
XYZ34.424842.25047.5032
Yxy42.25040.40900.5019
Hunter Lab65.0003-19.215238.6562
CIE-Lab71.0432-18.778168.0786

#afb51d color RGB value is (175,181,29).

#afb51d hex color red value is 175, green value is 181 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #afb51d hue: 0.17 , saturation: 0.72 and the lightness value of afb51d is 0.41.

The process color (four color CMYK) of #afb51d color hex is 0.03, 0.00, 0.84, 0.29. Web safe color of #afb51d is #99cc33. Color #afb51d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 00011101
Octal 257 265 35
Decimal 175 181 29
Hex AF B5 1D

RGB Percentages of Color #afb51d

%45.45
%47.01
%7.53

CMYK Percentages of Color #afb51d

%3
%0
%84
%29

Triadic Colors of #afb51d

#afb51d #1dafb5 #b51daf

Analogous Colors of #afb51d

#afb51d #63b51d #b56f1d

Monochromatic Colors of #afb51d

#afb51d

Complementary Color

#afb51d #231db5

#afb51d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb51d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb51d Color CSS Codes

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

#afb51d Text Font Color

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

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


#afb51d Background Color

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

This div background color is #afb51d


#afb51d Border Color

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

This div border color is #afb51d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb51d


Comments

No comments written yet.

Please login to write comment.