Color Hex Logo

#afc610 Color Hex

#AFC610
(175,198,16)
0 Favorites   0 Comments

Color spaces of #afc610

RGB 17519816
HSL0.190.850.42
HSV68°92°78°
CMYK 0.120.000.92   0.22
XYZ37.966849.53958.0512
Yxy49.53950.39730.5184
Hunter Lab70.3843-26.885842.4869
CIE-Lab75.7857-27.393174.3059

#afc610 color RGB value is (175,198,16).

#afc610 hex color red value is 175, green value is 198 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #afc610 hue: 0.19 , saturation: 0.85 and the lightness value of afc610 is 0.42.

The process color (four color CMYK) of #afc610 color hex is 0.12, 0.00, 0.92, 0.22. Web safe color of #afc610 is #99cc00. Color #afc610 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000110 00010000
Octal 257 306 20
Decimal 175 198 16
Hex AF C6 10

RGB Percentages of Color #afc610

%44.99
%50.90
%4.11

CMYK Percentages of Color #afc610

%12
%0
%92
%22

Triadic Colors of #afc610

#afc610 #10afc6 #c610af

Analogous Colors of #afc610

#afc610 #54c610 #c68210

Monochromatic Colors of #afc610

#afc610

Complementary Color

#afc610 #2710c6

#afc610 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc610 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc610 Color CSS Codes

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

#afc610 Text Font Color

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

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


#afc610 Background Color

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

This div background color is #afc610


#afc610 Border Color

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

This div border color is #afc610


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc610


Comments

No comments written yet.

Please login to write comment.