Color Hex Logo

#afb675 Color Hex

#AFB675
(175,182,117)
0 Favorites   0 Comments

Color spaces of #afb675

RGB 175182117
HSL0.180.310.59
HSV66°36°71°
CMYK 0.040.000.36   0.29
XYZ37.618043.854223.3116
Yxy43.85420.35900.4185
Hunter Lab66.2225-14.491625.4845
CIE-Lab72.1309-12.770732.3032

#afb675 color RGB value is (175,182,117).

#afb675 hex color red value is 175, green value is 182 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #afb675 hue: 0.18 , saturation: 0.31 and the lightness value of afb675 is 0.59.

The process color (four color CMYK) of #afb675 color hex is 0.04, 0.00, 0.36, 0.29. Web safe color of #afb675 is #99cc66. Color #afb675 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110110 01110101
Octal 257 266 165
Decimal 175 182 117
Hex AF B6 75

RGB Percentages of Color #afb675

%36.92
%38.40
%24.68

CMYK Percentages of Color #afb675

%4
%0
%36
%29

Triadic Colors of #afb675

#afb675 #75afb6 #b675af

Analogous Colors of #afb675

#afb675 #8fb675 #b69d75

Monochromatic Colors of #afb675

#afb675

Complementary Color

#afb675 #7c75b6

#afb675 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb675 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb675 Color CSS Codes

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

#afb675 Text Font Color

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

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


#afb675 Background Color

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

This div background color is #afb675


#afb675 Border Color

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

This div border color is #afb675


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb675


Comments

No comments written yet.

Please login to write comment.