Color Hex Logo

#afa298 Color Hex

#AFA298
(175,162,152)
0 Favorites   0 Comments

Color spaces of #afa298

RGB 175162152
HSL0.070.130.64
HSV26°13°69°
CMYK 0.000.070.13   0.31
XYZ36.267037.221634.9788
Yxy37.22160.33440.3432
Hunter Lab61.0095-0.65768.7137
CIE-Lab67.44302.98776.8910

#afa298 color RGB value is (175,162,152).

#afa298 hex color red value is 175, green value is 162 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #afa298 hue: 0.07 , saturation: 0.13 and the lightness value of afa298 is 0.64.

The process color (four color CMYK) of #afa298 color hex is 0.00, 0.07, 0.13, 0.31. Web safe color of #afa298 is #999999. Color #afa298 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 10011000
Octal 257 242 230
Decimal 175 162 152
Hex AF A2 98

RGB Percentages of Color #afa298

%35.79
%33.13
%31.08

CMYK Percentages of Color #afa298

%0
%7
%13
%31

Triadic Colors of #afa298

#afa298 #98afa2 #a298af

Analogous Colors of #afa298

#afa298 #afae98 #af989a

Monochromatic Colors of #afa298

#afa298

Complementary Color

#afa298 #98a5af

#afa298 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa298 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa298 Color CSS Codes

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

#afa298 Text Font Color

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

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


#afa298 Background Color

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

This div background color is #afa298


#afa298 Border Color

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

This div border color is #afa298


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa298


Comments

No comments written yet.

Please login to write comment.