Color Hex Logo

#afb426 Color Hex

#AFB426
(175,180,38)
0 Favorites   0 Comments

Color spaces of #afb426

RGB 17518038
HSL0.170.650.43
HSV62°79°71°
CMYK 0.030.000.79   0.29
XYZ34.350341.89648.1101
Yxy41.89640.40720.4967
Hunter Lab64.7274-18.544637.8804
CIE-Lab70.7994-17.984665.5046

#afb426 color RGB value is (175,180,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110100 00100110
Octal 257 264 46
Decimal 175 180 38
Hex AF B4 26

RGB Percentages of Color #afb426

%44.53
%45.80
%9.67

CMYK Percentages of Color #afb426

%3
%0
%79
%29

Triadic Colors of #afb426

#afb426 #26afb4 #b426af

Analogous Colors of #afb426

#afb426 #68b426 #b47226

Monochromatic Colors of #afb426

#afb426

Complementary Color

#afb426 #2b26b4

#afb426 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb426 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb426 Color CSS Codes

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

#afb426 Text Font Color

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

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


#afb426 Background Color

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

This div background color is #afb426


#afb426 Border Color

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

This div border color is #afb426


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb426


Comments

No comments written yet.

Please login to write comment.