Color Hex Logo

#afbe2e Color Hex

#AFBE2E
(175,190,46)
0 Favorites   0 Comments

Color spaces of #afbe2e

RGB 17519046
HSL0.180.610.46
HSV66°76°75°
CMYK 0.080.000.76   0.25
XYZ36.585846.13819.5620
Yxy46.13810.39640.4999
Hunter Lab67.9250-22.725139.2011
CIE-Lab73.6351-22.642965.6450

#afbe2e color RGB value is (175,190,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 00101110
Octal 257 276 56
Decimal 175 190 46
Hex AF BE 2E

RGB Percentages of Color #afbe2e

%42.58
%46.23
%11.19

CMYK Percentages of Color #afbe2e

%8
%0
%76
%25

Triadic Colors of #afbe2e

#afbe2e #2eafbe #be2eaf

Analogous Colors of #afbe2e

#afbe2e #67be2e #be852e

Monochromatic Colors of #afbe2e

#afbe2e

Complementary Color

#afbe2e #3d2ebe

#afbe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe2e Color CSS Codes

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

#afbe2e Text Font Color

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

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


#afbe2e Background Color

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

This div background color is #afbe2e


#afbe2e Border Color

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

This div border color is #afbe2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe2e


Comments

No comments written yet.

Please login to write comment.