Color Hex Logo

#afcf7e Color Hex

#AFCF7E
(175,207,126)
0 Favorites   0 Comments

Color spaces of #afcf7e

RGB 175207126
HSL0.230.460.65
HSV84°39°81°
CMYK 0.150.000.39   0.19
XYZ43.757955.246028.0959
Yxy55.24600.34430.4347
Hunter Lab74.3277-24.987529.6177
CIE-Lab79.1828-24.191636.7801

#afcf7e color RGB value is (175,207,126).

#afcf7e hex color red value is 175, green value is 207 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #afcf7e hue: 0.23 , saturation: 0.46 and the lightness value of afcf7e is 0.65.

The process color (four color CMYK) of #afcf7e color hex is 0.15, 0.00, 0.39, 0.19. Web safe color of #afcf7e is #99cc66. Color #afcf7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01111110
Octal 257 317 176
Decimal 175 207 126
Hex AF CF 7E

RGB Percentages of Color #afcf7e

%34.45
%40.75
%24.80

CMYK Percentages of Color #afcf7e

%15
%0
%39
%19

Triadic Colors of #afcf7e

#afcf7e #7eafcf #cf7eaf

Analogous Colors of #afcf7e

#afcf7e #87cf7e #cfc77e

Monochromatic Colors of #afcf7e

#afcf7e

Complementary Color

#afcf7e #9e7ecf

#afcf7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf7e Color CSS Codes

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

#afcf7e Text Font Color

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

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


#afcf7e Background Color

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

This div background color is #afcf7e


#afcf7e Border Color

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

This div border color is #afcf7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf7e


Comments

No comments written yet.

Please login to write comment.