Color Hex Logo

#afc930 Color Hex

#AFC930
(175,201,48)
0 Favorites   0 Comments

Color spaces of #afc930

RGB 17520148
HSL0.190.610.49
HSV70°76°79°
CMYK 0.130.000.76   0.21
XYZ39.099351.100610.5990
Yxy51.10060.38790.5070
Hunter Lab71.4847-27.465741.2484
CIE-Lab76.7399-27.880467.8942

#afc930 color RGB value is (175,201,48).

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

The process color (four color CMYK) of #afc930 color hex is 0.13, 0.00, 0.76, 0.21. Web safe color of #afc930 is #99cc33. Color #afc930 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 00110000
Octal 257 311 60
Decimal 175 201 48
Hex AF C9 30

RGB Percentages of Color #afc930

%41.27
%47.41
%11.32

CMYK Percentages of Color #afc930

%13
%0
%76
%21

Triadic Colors of #afc930

#afc930 #30afc9 #c930af

Analogous Colors of #afc930

#afc930 #63c930 #c99730

Monochromatic Colors of #afc930

#afc930

Complementary Color

#afc930 #4a30c9

#afc930 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc930 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc930 Color CSS Codes

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

#afc930 Text Font Color

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

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


#afc930 Background Color

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

This div background color is #afc930


#afc930 Border Color

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

This div border color is #afc930


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc930


Comments

No comments written yet.

Please login to write comment.