color codes Logo

#afbc2e color codes

#AFBC2E
(175,188,46)
0 Favorites   0 Comments

Color spaces of #afbc2e

RGB 17518846
HSL0.180.610.46
HSV65°76°74°
CMYK 0.070.000.76   0.26
XYZ36.155645.27779.4186
Yxy45.27770.39800.4984
Hunter Lab67.2887-21.843538.8031
CIE-Lab73.0744-21.657365.1250

#afbc2e color RGB value is (175,188,46).

#afbc2e hex color red value is 175, green value is 188 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afbc2e hue: 0.18 , saturation: 0.61 and the lightness value of afbc2e is 0.46.

The process color (four color CMYK) of #afbc2e color code is 0.07, 0.00, 0.76, 0.26. Web safe color of #afbc2e is #99cc33. Color #afbc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111100 00101110
Octal 257 274 56
Decimal 175 188 46
Hex AF BC 2E

RGB Percentages of Color #afbc2e

%42.79
%45.97
%11.25

CMYK Percentages of Color #afbc2e

%7
%0
%76
%26

Triadic Colors of #afbc2e

#afbc2e #2eafbc #bc2eaf

Analogous Colors of #afbc2e

#afbc2e #68bc2e #bc822e

Monochromatic Colors of #afbc2e

#afbc2e

Complementary Color

#afbc2e #3b2ebc

#afbc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbc2e Color CSS Codes

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

#afbc2e Text Font Color

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

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


#afbc2e Background Color

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

This div background color is #afbc2e


#afbc2e Border Color

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

This div border color is #afbc2e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,188,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 #afbc2e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbc2e


Comments

No comments written yet.

Please login to write comment.