Color Hex Logo

#afbd4e Color Hex

#AFBD4E
(175,189,78)
0 Favorites   0 Comments

Color spaces of #afbd4e

RGB 17518978
HSL0.190.460.52
HSV68°59°74°
CMYK 0.070.000.59   0.26
XYZ37.251946.059214.1347
Yxy46.05920.38230.4727
Hunter Lab67.8669-20.789235.1585
CIE-Lab73.5839-20.228453.1871

#afbd4e color RGB value is (175,189,78).

#afbd4e hex color red value is 175, green value is 189 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #afbd4e hue: 0.19 , saturation: 0.46 and the lightness value of afbd4e is 0.52.

The process color (four color CMYK) of #afbd4e color hex is 0.07, 0.00, 0.59, 0.26. Web safe color of #afbd4e is #99cc66. Color #afbd4e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 01001110
Octal 257 275 116
Decimal 175 189 78
Hex AF BD 4E

RGB Percentages of Color #afbd4e

%39.59
%42.76
%17.65

CMYK Percentages of Color #afbd4e

%7
%0
%59
%26

Triadic Colors of #afbd4e

#afbd4e #4eafbd #bd4eaf

Analogous Colors of #afbd4e

#afbd4e #78bd4e #bd944e

Monochromatic Colors of #afbd4e

#afbd4e

Complementary Color

#afbd4e #5c4ebd

#afbd4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd4e Color CSS Codes

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

#afbd4e Text Font Color

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

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


#afbd4e Background Color

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

This div background color is #afbd4e


#afbd4e Border Color

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

This div border color is #afbd4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd4e


Comments

No comments written yet.

Please login to write comment.