Color Hex Logo

#afc124 Color Hex

#AFC124
(175,193,36)
0 Favorites   0 Comments

Color spaces of #afc124

RGB 17519336
HSL0.190.690.45
HSV67°81°76°
CMYK 0.090.000.81   0.24
XYZ37.067647.38138.8609
Yxy47.38130.39730.5078
Hunter Lab68.8341-24.336240.5515
CIE-Lab74.4330-24.492769.2489

#afc124 color RGB value is (175,193,36).

#afc124 hex color red value is 175, green value is 193 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #afc124 hue: 0.19 , saturation: 0.69 and the lightness value of afc124 is 0.45.

The process color (four color CMYK) of #afc124 color hex is 0.09, 0.00, 0.81, 0.24. Web safe color of #afc124 is #99cc33. Color #afc124 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000001 00100100
Octal 257 301 44
Decimal 175 193 36
Hex AF C1 24

RGB Percentages of Color #afc124

%43.32
%47.77
%8.91

CMYK Percentages of Color #afc124

%9
%0
%81
%24

Triadic Colors of #afc124

#afc124 #24afc1 #c124af

Analogous Colors of #afc124

#afc124 #61c124 #c18524

Monochromatic Colors of #afc124

#afc124

Complementary Color

#afc124 #3624c1

#afc124 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc124 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc124 Color CSS Codes

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

#afc124 Text Font Color

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

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


#afc124 Background Color

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

This div background color is #afc124


#afc124 Border Color

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

This div border color is #afc124


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc124


Comments

No comments written yet.

Please login to write comment.