Color Hex Logo

#afc530 Color Hex

#AFC530
(175,197,48)
0 Favorites   0 Comments

Color spaces of #afc530

RGB 17519748
HSL0.190.610.48
HSV69°76°77°
CMYK 0.110.000.76   0.23
XYZ38.178949.259910.2922
Yxy49.25990.39070.5040
Hunter Lab70.1854-25.725440.4353
CIE-Lab75.6127-25.962966.8472

#afc530 color RGB value is (175,197,48).

#afc530 hex color red value is 175, green value is 197 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #afc530 hue: 0.19 , saturation: 0.61 and the lightness value of afc530 is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 00110000
Octal 257 305 60
Decimal 175 197 48
Hex AF C5 30

RGB Percentages of Color #afc530

%41.67
%46.90
%11.43

CMYK Percentages of Color #afc530

%11
%0
%76
%23

Triadic Colors of #afc530

#afc530 #30afc5 #c530af

Analogous Colors of #afc530

#afc530 #65c530 #c59130

Monochromatic Colors of #afc530

#afc530

Complementary Color

#afc530 #4630c5

#afc530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc530 Color CSS Codes

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

#afc530 Text Font Color

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

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


#afc530 Background Color

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

This div background color is #afc530


#afc530 Border Color

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

This div border color is #afc530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc530


Comments

No comments written yet.

Please login to write comment.