Color Hex Logo

#af9398 Color Hex

#AF9398
(175,147,152)
0 Favorites   0 Comments

Color spaces of #af9398

RGB 175147152
HSL0.970.150.63
HSV349°16°69°
CMYK 0.000.160.13   0.31
XYZ33.780432.248434.1499
Yxy32.24840.33720.3219
Hunter Lab56.78776.80314.0967
CIE-Lab63.547711.29251.2656

#af9398 color RGB value is (175,147,152).

#af9398 hex color red value is 175, green value is 147 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #af9398 hue: 0.97 , saturation: 0.15 and the lightness value of af9398 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10010011 10011000
Octal 257 223 230
Decimal 175 147 152
Hex AF 93 98

RGB Percentages of Color #af9398

%36.92
%31.01
%32.07

CMYK Percentages of Color #af9398

%0
%16
%13
%31

Triadic Colors of #af9398

#af9398 #98af93 #9398af

Analogous Colors of #af9398

#af9398 #af9c93 #af93a6

Monochromatic Colors of #af9398

#af9398

Complementary Color

#af9398 #93afaa

#af9398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af9398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af9398 Color CSS Codes

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

#af9398 Text Font Color

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

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


#af9398 Background Color

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

This div background color is #af9398


#af9398 Border Color

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

This div border color is #af9398


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,147,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 #af9398">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af9398


Comments

No comments written yet.

Please login to write comment.