Color Hex Logo

#afb624 Color Hex

#AFB624
(175,182,36)
0 Favorites   0 Comments

Color spaces of #afb624

RGB 17518236
HSL0.170.670.43
HSV63°80°71°
CMYK 0.040.000.80   0.29
XYZ34.725642.69728.0802
Yxy42.69720.40610.4994
Hunter Lab65.3431-19.489338.4085
CIE-Lab71.3490-19.060966.5556

#afb624 color RGB value is (175,182,36).

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

The process color (four color CMYK) of #afb624 color hex is 0.04, 0.00, 0.80, 0.29. Web safe color of #afb624 is #99cc33. Color #afb624 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 00100100
Octal 257 266 44
Decimal 175 182 36
Hex AF B6 24

RGB Percentages of Color #afb624

%44.53
%46.31
%9.16

CMYK Percentages of Color #afb624

%4
%0
%80
%29

Triadic Colors of #afb624

#afb624 #24afb6 #b624af

Analogous Colors of #afb624

#afb624 #66b624 #b67424

Monochromatic Colors of #afb624

#afb624

Complementary Color

#afb624 #2b24b6

#afb624 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb624 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb624 Color CSS Codes

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

#afb624 Text Font Color

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

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


#afb624 Background Color

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

This div background color is #afb624


#afb624 Border Color

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

This div border color is #afb624


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb624


Comments

No comments written yet.

Please login to write comment.