Color Hex Logo

#afb41b Color Hex

#AFB41B
(175,180,27)
0 Favorites   0 Comments

Color spaces of #afb41b

RGB 17518027
HSL0.170.740.41
HSV62°85°71°
CMYK 0.030.000.85   0.29
XYZ34.198341.83567.3095
Yxy41.83560.41030.5020
Hunter Lab64.6804-18.813038.5760
CIE-Lab70.7574-18.329668.2976

#afb41b color RGB value is (175,180,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00011011
Octal 257 264 33
Decimal 175 180 27
Hex AF B4 1B

RGB Percentages of Color #afb41b

%45.81
%47.12
%7.07

CMYK Percentages of Color #afb41b

%3
%0
%85
%29

Triadic Colors of #afb41b

#afb41b #1bafb4 #b41baf

Analogous Colors of #afb41b

#afb41b #63b41b #b46d1b

Monochromatic Colors of #afb41b

#afb41b

Complementary Color

#afb41b #201bb4

#afb41b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb41b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb41b Color CSS Codes

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

#afb41b Text Font Color

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

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


#afb41b Background Color

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

This div background color is #afb41b


#afb41b Border Color

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

This div border color is #afb41b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb41b


Comments

No comments written yet.

Please login to write comment.