Color Hex Logo

#afb294 Color Hex

#AFB294
(175,178,148)
0 Favorites   0 Comments

Color spaces of #afb294

RGB 175178148
HSL0.180.160.64
HSV66°17°70°
CMYK 0.020.000.17   0.30
XYZ38.944943.092934.2821
Yxy43.09290.33480.3705
Hunter Lab65.6452-8.981514.9884
CIE-Lab71.6180-6.293215.0049

#afb294 color RGB value is (175,178,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110010 10010100
Octal 257 262 224
Decimal 175 178 148
Hex AF B2 94

RGB Percentages of Color #afb294

%34.93
%35.53
%29.54

CMYK Percentages of Color #afb294

%2
%0
%17
%30

Triadic Colors of #afb294

#afb294 #94afb2 #b294af

Analogous Colors of #afb294

#afb294 #a0b294 #b2a694

Monochromatic Colors of #afb294

#afb294

Complementary Color

#afb294 #9794b2

#afb294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb294 Color CSS Codes

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

#afb294 Text Font Color

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

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


#afb294 Background Color

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

This div background color is #afb294


#afb294 Border Color

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

This div border color is #afb294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb294


Comments

No comments written yet.

Please login to write comment.