Color Hex Logo

#afb128 Color Hex

#AFB128
(175,177,40)
0 Favorites   0 Comments

Color spaces of #afb128

RGB 17517740
HSL0.170.630.43
HSV61°77°69°
CMYK 0.010.000.77   0.31
XYZ33.784340.71148.0850
Yxy40.71140.40910.4930
Hunter Lab63.8055-17.145837.1510
CIE-Lab69.9732-16.390464.1670

#afb128 color RGB value is (175,177,40).

#afb128 hex color red value is 175, green value is 177 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #afb128 hue: 0.17 , saturation: 0.63 and the lightness value of afb128 is 0.43.

The process color (four color CMYK) of #afb128 color hex is 0.01, 0.00, 0.77, 0.31. Web safe color of #afb128 is #999933. Color #afb128 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110001 00101000
Octal 257 261 50
Decimal 175 177 40
Hex AF B1 28

RGB Percentages of Color #afb128

%44.64
%45.15
%10.20

CMYK Percentages of Color #afb128

%1
%0
%77
%31

Triadic Colors of #afb128

#afb128 #28afb1 #b128af

Analogous Colors of #afb128

#afb128 #6bb128 #b16f28

Monochromatic Colors of #afb128

#afb128

Complementary Color

#afb128 #2a28b1

#afb128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb128 Color CSS Codes

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

#afb128 Text Font Color

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

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


#afb128 Background Color

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

This div background color is #afb128


#afb128 Border Color

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

This div border color is #afb128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb128


Comments

No comments written yet.

Please login to write comment.