Color Hex Logo

#afce1f Color Hex

#AFCE1F
(175,206,31)
0 Favorites   0 Comments

Color spaces of #afce1f

RGB 17520631
HSL0.200.740.46
HSV71°85°81°
CMYK 0.150.000.85   0.19
XYZ39.997853.35559.4869
Yxy53.35550.38890.5188
Hunter Lab73.0448-30.085743.4309
CIE-Lab78.0844-30.848873.5497

#afce1f color RGB value is (175,206,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00011111
Octal 257 316 37
Decimal 175 206 31
Hex AF CE 1F

RGB Percentages of Color #afce1f

%42.48
%50.00
%7.52

CMYK Percentages of Color #afce1f

%15
%0
%85
%19

Triadic Colors of #afce1f

#afce1f #1fafce #ce1faf

Analogous Colors of #afce1f

#afce1f #58ce1f #ce961f

Monochromatic Colors of #afce1f

#afce1f

Complementary Color

#afce1f #3e1fce

#afce1f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce1f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce1f Color CSS Codes

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

#afce1f Text Font Color

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

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


#afce1f Background Color

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

This div background color is #afce1f


#afce1f Border Color

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

This div border color is #afce1f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce1f


Comments

No comments written yet.

Please login to write comment.