Color Hex Logo

#afb828 Color Hex

#AFB828
(175,184,40)
0 Favorites   0 Comments

Color spaces of #afb828

RGB 17518440
HSL0.180.640.44
HSV64°78°72°
CMYK 0.050.000.78   0.28
XYZ35.202743.54818.5577
Yxy43.54810.40320.4988
Hunter Lab65.9910-20.263938.5050
CIE-Lab71.9254-19.916065.9255

#afb828 color RGB value is (175,184,40).

#afb828 hex color red value is 175, green value is 184 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #afb828 hue: 0.18 , saturation: 0.64 and the lightness value of afb828 is 0.44.

The process color (four color CMYK) of #afb828 color hex is 0.05, 0.00, 0.78, 0.28. Web safe color of #afb828 is #99cc33. Color #afb828 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111000 00101000
Octal 257 270 50
Decimal 175 184 40
Hex AF B8 28

RGB Percentages of Color #afb828

%43.86
%46.12
%10.03

CMYK Percentages of Color #afb828

%5
%0
%78
%28

Triadic Colors of #afb828

#afb828 #28afb8 #b828af

Analogous Colors of #afb828

#afb828 #67b828 #b87928

Monochromatic Colors of #afb828

#afb828

Complementary Color

#afb828 #3128b8

#afb828 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb828 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb828 Color CSS Codes

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

#afb828 Text Font Color

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

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


#afb828 Background Color

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

This div background color is #afb828


#afb828 Border Color

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

This div border color is #afb828


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb828


Comments

No comments written yet.

Please login to write comment.