Color Hex Logo

#afb293 Color Hex

#AFB293
(175,178,147)
0 Favorites   0 Comments

Color spaces of #afb293

RGB 175178147
HSL0.180.170.64
HSV66°17°70°
CMYK 0.020.000.17   0.30
XYZ38.866143.061333.8670
Yxy43.06130.33560.3719
Hunter Lab65.6211-9.114915.3353
CIE-Lab71.5966-6.451515.5193

#afb293 color RGB value is (175,178,147).

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

The process color (four color CMYK) of #afb293 color hex is 0.02, 0.00, 0.17, 0.30. Web safe color of #afb293 is #999999. Color #afb293 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 10010011
Octal 257 262 223
Decimal 175 178 147
Hex AF B2 93

RGB Percentages of Color #afb293

%35.00
%35.60
%29.40

CMYK Percentages of Color #afb293

%2
%0
%17
%30

Triadic Colors of #afb293

#afb293 #93afb2 #b293af

Analogous Colors of #afb293

#afb293 #a0b293 #b2a693

Monochromatic Colors of #afb293

#afb293

Complementary Color

#afb293 #9693b2

#afb293 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb293 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb293 Color CSS Codes

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

#afb293 Text Font Color

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

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


#afb293 Background Color

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

This div background color is #afb293


#afb293 Border Color

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

This div border color is #afb293


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb293


Comments

No comments written yet.

Please login to write comment.