Color Hex Logo

#afb061 Color Hex

#AFB061
(175,176,97)
0 Favorites   0 Comments

Color spaces of #afb061

RGB 17517697
HSL0.170.330.54
HSV61°45°69°
CMYK 0.010.000.45   0.31
XYZ35.362241.027717.3646
Yxy41.02770.37720.4376
Hunter Lab64.0529-13.546528.7636
CIE-Lab70.1953-11.917340.1538

#afb061 color RGB value is (175,176,97).

#afb061 hex color red value is 175, green value is 176 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #afb061 hue: 0.17 , saturation: 0.33 and the lightness value of afb061 is 0.54.

The process color (four color CMYK) of #afb061 color hex is 0.01, 0.00, 0.45, 0.31. Web safe color of #afb061 is #999966. Color #afb061 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110000 01100001
Octal 257 260 141
Decimal 175 176 97
Hex AF B0 61

RGB Percentages of Color #afb061

%39.06
%39.29
%21.65

CMYK Percentages of Color #afb061

%1
%0
%45
%31

Triadic Colors of #afb061

#afb061 #61afb0 #b061af

Analogous Colors of #afb061

#afb061 #88b061 #b08a61

Monochromatic Colors of #afb061

#afb061

Complementary Color

#afb061 #6261b0

#afb061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb061 Color CSS Codes

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

#afb061 Text Font Color

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

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


#afb061 Background Color

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

This div background color is #afb061


#afb061 Border Color

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

This div border color is #afb061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb061


Comments

No comments written yet.

Please login to write comment.