color codes Logo

#afbe7d color codes

#AFBE7D
(175,190,125)
0 Favorites   0 Comments

Color spaces of #afbe7d

RGB 175190125
HSL0.210.330.62
HSV74°34°75°
CMYK 0.080.000.34   0.25
XYZ39.794347.421526.4579
Yxy47.42150.35010.4172
Hunter Lab68.8633-17.360225.4245
CIE-Lab74.4586-15.856731.1591

#afbe7d color RGB value is (175,190,125).

#afbe7d hex color red value is 175, green value is 190 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #afbe7d hue: 0.21 , saturation: 0.33 and the lightness value of afbe7d is 0.62.

The process color (four color CMYK) of #afbe7d color code is 0.08, 0.00, 0.34, 0.25. Web safe color of #afbe7d is #99cc66. Color #afbe7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111110 01111101
Octal 257 276 175
Decimal 175 190 125
Hex AF BE 7D

RGB Percentages of Color #afbe7d

%35.71
%38.78
%25.51

CMYK Percentages of Color #afbe7d

%8
%0
%34
%25

Triadic Colors of #afbe7d

#afbe7d #7dafbe #be7daf

Analogous Colors of #afbe7d

#afbe7d #8fbe7d #bead7d

Monochromatic Colors of #afbe7d

#afbe7d

Complementary Color

#afbe7d #8c7dbe

#afbe7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbe7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbe7d Color CSS Codes

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

#afbe7d Text Font Color

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

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


#afbe7d Background Color

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

This div background color is #afbe7d


#afbe7d Border Color

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

This div border color is #afbe7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbe7d


Comments

No comments written yet.

Please login to write comment.