Color Hex Logo

#afc83d Color Hex

#AFC83D
(175,200,61)
0 Favorites   0 Comments

Color spaces of #afc83d

RGB 17520061
HSL0.200.560.51
HSV71°70°78°
CMYK 0.130.000.70   0.22
XYZ39.175850.759412.1476
Yxy50.75940.38380.4972
Hunter Lab71.2456-26.528139.7628
CIE-Lab76.5330-26.746363.2588

#afc83d color RGB value is (175,200,61).

#afc83d hex color red value is 175, green value is 200 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #afc83d hue: 0.20 , saturation: 0.56 and the lightness value of afc83d is 0.51.

The process color (four color CMYK) of #afc83d color hex is 0.13, 0.00, 0.70, 0.22. Web safe color of #afc83d is #99cc33. Color #afc83d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 00111101
Octal 257 310 75
Decimal 175 200 61
Hex AF C8 3D

RGB Percentages of Color #afc83d

%40.14
%45.87
%13.99

CMYK Percentages of Color #afc83d

%13
%0
%70
%22

Triadic Colors of #afc83d

#afc83d #3dafc8 #c83daf

Analogous Colors of #afc83d

#afc83d #6ac83d #c89c3d

Monochromatic Colors of #afc83d

#afc83d

Complementary Color

#afc83d #563dc8

#afc83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc83d Color CSS Codes

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

#afc83d Text Font Color

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

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


#afc83d Background Color

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

This div background color is #afc83d


#afc83d Border Color

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

This div border color is #afc83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc83d


Comments

No comments written yet.

Please login to write comment.