Color Hex Logo

#afb398 Color Hex

#AFB398
(175,179,152)
0 Favorites   0 Comments

Color spaces of #afb398

RGB 175179152
HSL0.190.150.65
HSV69°15°70°
CMYK 0.020.000.15   0.30
XYZ39.466843.621236.0454
Yxy43.62120.33130.3662
Hunter Lab66.0463-8.916313.8744
CIE-Lab71.9746-6.178713.3258

#afb398 color RGB value is (175,179,152).

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

The process color (four color CMYK) of #afb398 color hex is 0.02, 0.00, 0.15, 0.30. Web safe color of #afb398 is #99cc99. Color #afb398 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110011 10011000
Octal 257 263 230
Decimal 175 179 152
Hex AF B3 98

RGB Percentages of Color #afb398

%34.58
%35.38
%30.04

CMYK Percentages of Color #afb398

%2
%0
%15
%30

Triadic Colors of #afb398

#afb398 #98afb3 #b398af

Analogous Colors of #afb398

#afb398 #a2b398 #b3aa98

Monochromatic Colors of #afb398

#afb398

Complementary Color

#afb398 #9c98b3

#afb398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb398 Color CSS Codes

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

#afb398 Text Font Color

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

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


#afb398 Background Color

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

This div background color is #afb398


#afb398 Border Color

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

This div border color is #afb398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb398


Comments

No comments written yet.

Please login to write comment.