Color Hex Logo

#afb425 Color Hex

#AFB425
(175,180,37)
0 Favorites   0 Comments

Color spaces of #afb425

RGB 17518037
HSL0.170.660.43
HSV62°79°71°
CMYK 0.030.000.79   0.29
XYZ34.334441.89008.0262
Yxy41.89000.40750.4972
Hunter Lab64.7225-18.572537.9532
CIE-Lab70.7950-18.020565.7882

#afb425 color RGB value is (175,180,37).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00100101
Octal 257 264 45
Decimal 175 180 37
Hex AF B4 25

RGB Percentages of Color #afb425

%44.64
%45.92
%9.44

CMYK Percentages of Color #afb425

%3
%0
%79
%29

Triadic Colors of #afb425

#afb425 #25afb4 #b425af

Analogous Colors of #afb425

#afb425 #68b425 #b47225

Monochromatic Colors of #afb425

#afb425

Complementary Color

#afb425 #2a25b4

#afb425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb425 Color CSS Codes

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

#afb425 Text Font Color

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

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


#afb425 Background Color

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

This div background color is #afb425


#afb425 Border Color

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

This div border color is #afb425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb425


Comments

No comments written yet.

Please login to write comment.