Color Hex Logo

#afb375 Color Hex

#AFB375
(175,179,117)
0 Favorites   0 Comments

Color spaces of #afb375

RGB 175179117
HSL0.180.290.58
HSV64°35°70°
CMYK 0.020.000.35   0.30
XYZ37.010242.638523.1090
Yxy42.63850.36020.4149
Hunter Lab65.2982-13.100224.7260
CIE-Lab71.3089-11.215431.2336

#afb375 color RGB value is (175,179,117).

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

The process color (four color CMYK) of #afb375 color hex is 0.02, 0.00, 0.35, 0.30. Web safe color of #afb375 is #99cc66. Color #afb375 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 01110101
Octal 257 263 165
Decimal 175 179 117
Hex AF B3 75

RGB Percentages of Color #afb375

%37.15
%38.00
%24.84

CMYK Percentages of Color #afb375

%2
%0
%35
%30

Triadic Colors of #afb375

#afb375 #75afb3 #b375af

Analogous Colors of #afb375

#afb375 #90b375 #b39875

Monochromatic Colors of #afb375

#afb375

Complementary Color

#afb375 #7975b3

#afb375 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb375 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb375 Color CSS Codes

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

#afb375 Text Font Color

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

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


#afb375 Background Color

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

This div background color is #afb375


#afb375 Border Color

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

This div border color is #afb375


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,179,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 #afb375">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb375


Comments

No comments written yet.

Please login to write comment.