Color Hex Logo

#afcf7d Color Hex

#AFCF7D
(175,207,125)
0 Favorites   0 Comments

Color spaces of #afcf7d

RGB 175207125
HSL0.230.460.65
HSV83°40°81°
CMYK 0.150.000.40   0.19
XYZ43.693755.220327.7577
Yxy55.22030.34490.4359
Hunter Lab74.3104-25.087029.8702
CIE-Lab79.1680-24.316937.2676

#afcf7d color RGB value is (175,207,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001111 01111101
Octal 257 317 175
Decimal 175 207 125
Hex AF CF 7D

RGB Percentages of Color #afcf7d

%34.52
%40.83
%24.65

CMYK Percentages of Color #afcf7d

%15
%0
%40
%19

Triadic Colors of #afcf7d

#afcf7d #7dafcf #cf7daf

Analogous Colors of #afcf7d

#afcf7d #86cf7d #cfc67d

Monochromatic Colors of #afcf7d

#afcf7d

Complementary Color

#afcf7d #9d7dcf

#afcf7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcf7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcf7d Color CSS Codes

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

#afcf7d Text Font Color

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

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


#afcf7d Background Color

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

This div background color is #afcf7d


#afcf7d Border Color

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

This div border color is #afcf7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcf7d


Comments

No comments written yet.

Please login to write comment.