Color Hex Logo

#afce2e Color Hex

#AFCE2E
(175,206,46)
0 Favorites   0 Comments

Color spaces of #afce2e

RGB 17520646
HSL0.200.630.49
HSV72°78°81°
CMYK 0.150.000.78   0.19
XYZ40.243653.453810.7813
Yxy53.45380.38520.5116
Hunter Lab73.1121-29.693242.4354
CIE-Lab78.1422-30.331769.7874

#afce2e color RGB value is (175,206,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001110 00101110
Octal 257 316 56
Decimal 175 206 46
Hex AF CE 2E

RGB Percentages of Color #afce2e

%40.98
%48.24
%10.77

CMYK Percentages of Color #afce2e

%15
%0
%78
%19

Triadic Colors of #afce2e

#afce2e #2eafce #ce2eaf

Analogous Colors of #afce2e

#afce2e #5fce2e #ce9d2e

Monochromatic Colors of #afce2e

#afce2e

Complementary Color

#afce2e #4d2ece

#afce2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afce2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afce2e Color CSS Codes

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

#afce2e Text Font Color

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

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


#afce2e Background Color

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

This div background color is #afce2e


#afce2e Border Color

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

This div border color is #afce2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afce2e


Comments

No comments written yet.

Please login to write comment.