Color Hex Logo

#afb51b Color Hex

#AFB51B
(175,181,27)
0 Favorites   0 Comments

Color spaces of #afb51b

RGB 17518127
HSL0.170.740.41
HSV62°85°71°
CMYK 0.030.000.85   0.29
XYZ34.400942.24087.3771
Yxy42.24080.40940.5028
Hunter Lab64.9929-19.257238.7653
CIE-Lab71.0366-18.832268.5292

#afb51b color RGB value is (175,181,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 00011011
Octal 257 265 33
Decimal 175 181 27
Hex AF B5 1B

RGB Percentages of Color #afb51b

%45.69
%47.26
%7.05

CMYK Percentages of Color #afb51b

%3
%0
%85
%29

Triadic Colors of #afb51b

#afb51b #1bafb5 #b51baf

Analogous Colors of #afb51b

#afb51b #62b51b #b56e1b

Monochromatic Colors of #afb51b

#afb51b

Complementary Color

#afb51b #211bb5

#afb51b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb51b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb51b Color CSS Codes

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

#afb51b Text Font Color

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

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


#afb51b Background Color

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

This div background color is #afb51b


#afb51b Border Color

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

This div border color is #afb51b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb51b


Comments

No comments written yet.

Please login to write comment.