Color Hex Logo

#afce3f Color Hex

#AFCE3F
(175,206,63)
0 Favorites   0 Comments

Color spaces of #afce3f

RGB 17520663
HSL0.200.590.53
HSV73°69°81°
CMYK 0.150.000.69   0.19
XYZ40.647753.615512.9091
Yxy53.61550.37930.5003
Hunter Lab73.2226-29.049740.8030
CIE-Lab78.2370-29.488064.2255

#afce3f color RGB value is (175,206,63).

#afce3f hex color red value is 175, green value is 206 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #afce3f hue: 0.20 , saturation: 0.59 and the lightness value of afce3f is 0.53.

The process color (four color CMYK) of #afce3f color hex is 0.15, 0.00, 0.69, 0.19. Web safe color of #afce3f is #99cc33. Color #afce3f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00111111
Octal 257 316 77
Decimal 175 206 63
Hex AF CE 3F

RGB Percentages of Color #afce3f

%39.41
%46.40
%14.19

CMYK Percentages of Color #afce3f

%15
%0
%69
%19

Triadic Colors of #afce3f

#afce3f #3fafce #ce3faf

Analogous Colors of #afce3f

#afce3f #68ce3f #cea63f

Monochromatic Colors of #afce3f

#afce3f

Complementary Color

#afce3f #5e3fce

#afce3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce3f Color CSS Codes

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

#afce3f Text Font Color

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

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


#afce3f Background Color

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

This div background color is #afce3f


#afce3f Border Color

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

This div border color is #afce3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce3f


Comments

No comments written yet.

Please login to write comment.