Color Hex Logo

#afb292 Color Hex

#AFB292
(175,178,146)
0 Favorites   0 Comments

Color spaces of #afb292

RGB 175178146
HSL0.180.170.64
HSV66°18°70°
CMYK 0.020.000.18   0.30
XYZ38.787943.030133.4554
Yxy43.03010.33650.3733
Hunter Lab65.5973-9.247715.6795
CIE-Lab71.5754-6.609416.0340

#afb292 color RGB value is (175,178,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 10010010
Octal 257 262 222
Decimal 175 178 146
Hex AF B2 92

RGB Percentages of Color #afb292

%35.07
%35.67
%29.26

CMYK Percentages of Color #afb292

%2
%0
%18
%30

Triadic Colors of #afb292

#afb292 #92afb2 #b292af

Analogous Colors of #afb292

#afb292 #9fb292 #b2a592

Monochromatic Colors of #afb292

#afb292

Complementary Color

#afb292 #9592b2

#afb292 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb292 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb292 Color CSS Codes

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

#afb292 Text Font Color

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

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


#afb292 Background Color

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

This div background color is #afb292


#afb292 Border Color

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

This div border color is #afb292


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb292


Comments

No comments written yet.

Please login to write comment.