Color Hex Logo

#afbd81 Color Hex

#AFBD81
(175,189,129)
0 Favorites   0 Comments

Color spaces of #afbd81

RGB 175189129
HSL0.210.310.62
HSV74°32°74°
CMYK 0.070.000.32   0.26
XYZ39.839247.094127.7592
Yxy47.09410.34740.4106
Hunter Lab68.6251-16.468824.0545
CIE-Lab74.2499-14.816628.7859

#afbd81 color RGB value is (175,189,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10000001
Octal 257 275 201
Decimal 175 189 129
Hex AF BD 81

RGB Percentages of Color #afbd81

%35.50
%38.34
%26.17

CMYK Percentages of Color #afbd81

%7
%0
%32
%26

Triadic Colors of #afbd81

#afbd81 #81afbd #bd81af

Analogous Colors of #afbd81

#afbd81 #91bd81 #bdad81

Monochromatic Colors of #afbd81

#afbd81

Complementary Color

#afbd81 #8f81bd

#afbd81 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbd81 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbd81 Color CSS Codes

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

#afbd81 Text Font Color

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

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


#afbd81 Background Color

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

This div background color is #afbd81


#afbd81 Border Color

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

This div border color is #afbd81


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbd81


Comments

No comments written yet.

Please login to write comment.