Color Hex Logo

#afb769 Color Hex

#AFB769
(175,183,105)
0 Favorites   0 Comments

Color spaces of #afb769

RGB 175183105
HSL0.180.350.56
HSV66°43°72°
CMYK 0.040.000.43   0.28
XYZ37.162544.000919.8989
Yxy44.00090.36770.4354
Hunter Lab66.3332-16.080228.6472
CIE-Lab72.2291-14.681638.6216

#afb769 color RGB value is (175,183,105).

#afb769 hex color red value is 175, green value is 183 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #afb769 hue: 0.18 , saturation: 0.35 and the lightness value of afb769 is 0.56.

The process color (four color CMYK) of #afb769 color hex is 0.04, 0.00, 0.43, 0.28. Web safe color of #afb769 is #99cc66. Color #afb769 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 01101001
Octal 257 267 151
Decimal 175 183 105
Hex AF B7 69

RGB Percentages of Color #afb769

%37.80
%39.52
%22.68

CMYK Percentages of Color #afb769

%4
%0
%43
%28

Triadic Colors of #afb769

#afb769 #69afb7 #b769af

Analogous Colors of #afb769

#afb769 #88b769 #b79869

Monochromatic Colors of #afb769

#afb769

Complementary Color

#afb769 #7169b7

#afb769 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb769 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb769 Color CSS Codes

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

#afb769 Text Font Color

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

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


#afb769 Background Color

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

This div background color is #afb769


#afb769 Border Color

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

This div border color is #afb769


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb769


Comments

No comments written yet.

Please login to write comment.