Color Hex Logo

#afbd85 Color Hex

#AFBD85
(175,189,133)
0 Favorites   0 Comments

Color spaces of #afbd85

RGB 175189133
HSL0.210.300.63
HSV75°30°74°
CMYK 0.070.000.30   0.26
XYZ40.110447.202629.1873
Yxy47.20260.34430.4052
Hunter Lab68.7041-16.021622.9050
CIE-Lab74.3192-14.268026.7668

#afbd85 color RGB value is (175,189,133).

#afbd85 hex color red value is 175, green value is 189 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #afbd85 hue: 0.21 , saturation: 0.30 and the lightness value of afbd85 is 0.63.

The process color (four color CMYK) of #afbd85 color hex is 0.07, 0.00, 0.30, 0.26. Web safe color of #afbd85 is #99cc99. Color #afbd85 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10000101
Octal 257 275 205
Decimal 175 189 133
Hex AF BD 85

RGB Percentages of Color #afbd85

%35.21
%38.03
%26.76

CMYK Percentages of Color #afbd85

%7
%0
%30
%26

Triadic Colors of #afbd85

#afbd85 #85afbd #bd85af

Analogous Colors of #afbd85

#afbd85 #93bd85 #bdaf85

Monochromatic Colors of #afbd85

#afbd85

Complementary Color

#afbd85 #9385bd

#afbd85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd85 Color CSS Codes

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

#afbd85 Text Font Color

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

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


#afbd85 Background Color

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

This div background color is #afbd85


#afbd85 Border Color

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

This div border color is #afbd85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd85


Comments

No comments written yet.

Please login to write comment.