Color Hex Logo

#afbf3c Color Hex

#AFBF3C
(175,191,60)
0 Favorites   0 Comments

Color spaces of #afbf3c

RGB 17519160
HSL0.190.520.49
HSV67°69°75°
CMYK 0.080.000.69   0.25
XYZ37.125646.701811.3326
Yxy46.70180.39010.4908
Hunter Lab68.3387-22.621138.0050
CIE-Lab73.9986-22.429961.0924

#afbf3c color RGB value is (175,191,60).

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

The process color (four color CMYK) of #afbf3c color hex is 0.08, 0.00, 0.69, 0.25. Web safe color of #afbf3c is #99cc33. Color #afbf3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111111 00111100
Octal 257 277 74
Decimal 175 191 60
Hex AF BF 3C

RGB Percentages of Color #afbf3c

%41.08
%44.84
%14.08

CMYK Percentages of Color #afbf3c

%8
%0
%69
%25

Triadic Colors of #afbf3c

#afbf3c #3cafbf #bf3caf

Analogous Colors of #afbf3c

#afbf3c #6ebf3c #bf8e3c

Monochromatic Colors of #afbf3c

#afbf3c

Complementary Color

#afbf3c #4c3cbf

#afbf3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbf3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbf3c Color CSS Codes

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

#afbf3c Text Font Color

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

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


#afbf3c Background Color

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

This div background color is #afbf3c


#afbf3c Border Color

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

This div border color is #afbf3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbf3c


Comments

No comments written yet.

Please login to write comment.