Color Hex Logo

#afb788 Color Hex

#AFB788
(175,183,136)
0 Favorites   0 Comments

Color spaces of #afb788

RGB 175183136
HSL0.200.250.63
HSV70°26°72°
CMYK 0.040.000.26   0.28
XYZ39.056644.758529.8733
Yxy44.75850.34350.3937
Hunter Lab66.9018-12.871620.3568
CIE-Lab72.7326-10.742923.0288

#afb788 color RGB value is (175,183,136).

#afb788 hex color red value is 175, green value is 183 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #afb788 hue: 0.20 , saturation: 0.25 and the lightness value of afb788 is 0.63.

The process color (four color CMYK) of #afb788 color hex is 0.04, 0.00, 0.26, 0.28. Web safe color of #afb788 is #99cc99. Color #afb788 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110111 10001000
Octal 257 267 210
Decimal 175 183 136
Hex AF B7 88

RGB Percentages of Color #afb788

%35.43
%37.04
%27.53

CMYK Percentages of Color #afb788

%4
%0
%26
%28

Triadic Colors of #afb788

#afb788 #88afb7 #b788af

Analogous Colors of #afb788

#afb788 #98b788 #b7a888

Monochromatic Colors of #afb788

#afb788

Complementary Color

#afb788 #9088b7

#afb788 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb788 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb788 Color CSS Codes

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

#afb788 Text Font Color

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

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


#afb788 Background Color

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

This div background color is #afb788


#afb788 Border Color

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

This div border color is #afb788


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb788


Comments

No comments written yet.

Please login to write comment.