Color Hex Logo

#af938f Color Hex

#AF938F
(175,147,143)
0 Favorites   0 Comments

Color spaces of #af938f

RGB 175147143
HSL0.020.170.62
HSV18°69°
CMYK 0.000.160.18   0.31
XYZ33.070831.964630.4134
Yxy31.96460.34650.3349
Hunter Lab56.53725.47137.6819
CIE-Lab63.31369.80386.0107

#af938f color RGB value is (175,147,143).

#af938f hex color red value is 175, green value is 147 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #af938f hue: 0.02 , saturation: 0.17 and the lightness value of af938f is 0.62.

The process color (four color CMYK) of #af938f color hex is 0.00, 0.16, 0.18, 0.31. Web safe color of #af938f is #999999. Color #af938f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 10001111
Octal 257 223 217
Decimal 175 147 143
Hex AF 93 8F

RGB Percentages of Color #af938f

%37.63
%31.61
%30.75

CMYK Percentages of Color #af938f

%0
%16
%18
%31

Triadic Colors of #af938f

#af938f #8faf93 #938faf

Analogous Colors of #af938f

#af938f #afa38f #af8f9b

Monochromatic Colors of #af938f

#af938f

Complementary Color

#af938f #8fabaf

#af938f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af938f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af938f Color CSS Codes

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

#af938f Text Font Color

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

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


#af938f Background Color

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

This div background color is #af938f


#af938f Border Color

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

This div border color is #af938f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af938f


Comments

No comments written yet.

Please login to write comment.