Color Hex Logo

#afc425 Color Hex

#AFC425
(175,196,37)
0 Favorites   0 Comments

Color spaces of #afc425

RGB 17519637
HSL0.190.680.46
HSV68°81°77°
CMYK 0.110.000.81   0.23
XYZ37.753148.72749.1658
Yxy48.72740.39470.5095
Hunter Lab69.8050-25.619541.0784
CIE-Lab75.2814-25.911569.7288

#afc425 color RGB value is (175,196,37).

#afc425 hex color red value is 175, green value is 196 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #afc425 hue: 0.19 , saturation: 0.68 and the lightness value of afc425 is 0.46.

The process color (four color CMYK) of #afc425 color hex is 0.11, 0.00, 0.81, 0.23. Web safe color of #afc425 is #99cc33. Color #afc425 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000100 00100101
Octal 257 304 45
Decimal 175 196 37
Hex AF C4 25

RGB Percentages of Color #afc425

%42.89
%48.04
%9.07

CMYK Percentages of Color #afc425

%11
%0
%81
%23

Triadic Colors of #afc425

#afc425 #25afc4 #c425af

Analogous Colors of #afc425

#afc425 #5fc425 #c48a25

Monochromatic Colors of #afc425

#afc425

Complementary Color

#afc425 #3a25c4

#afc425 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc425 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc425 Color CSS Codes

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

#afc425 Text Font Color

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

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


#afc425 Background Color

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

This div background color is #afc425


#afc425 Border Color

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

This div border color is #afc425


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc425


Comments

No comments written yet.

Please login to write comment.