Color Hex Logo

#afb5ae Color Hex

#AFB5AE
(175,181,174)
0 Favorites   0 Comments

Color spaces of #afb5ae

RGB 175181174
HSL0.310.050.70
HSV111°71°
CMYK 0.030.000.04   0.29
XYZ41.843145.217746.5669
Yxy45.21770.31310.3384
Hunter Lab67.2441-6.60446.0122
CIE-Lab73.0350-3.40842.8240

#afb5ae color RGB value is (175,181,174).

#afb5ae hex color red value is 175, green value is 181 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #afb5ae hue: 0.31 , saturation: 0.05 and the lightness value of afb5ae is 0.70.

The process color (four color CMYK) of #afb5ae color hex is 0.03, 0.00, 0.04, 0.29. Web safe color of #afb5ae is #99cc99. Color #afb5ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10110101 10101110
Octal 257 265 256
Decimal 175 181 174
Hex AF B5 AE

RGB Percentages of Color #afb5ae

%33.02
%34.15
%32.83

CMYK Percentages of Color #afb5ae

%3
%0
%4
%29

Triadic Colors of #afb5ae

#afb5ae #aeafb5 #b5aeaf

Analogous Colors of #afb5ae

#afb5ae #aeb5b1 #b3b5ae

Monochromatic Colors of #afb5ae

#afb5ae

Complementary Color

#afb5ae #b4aeb5

#afb5ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afb5ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#afb5ae Color CSS Codes

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

#afb5ae Text Font Color

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

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


#afb5ae Background Color

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

This div background color is #afb5ae


#afb5ae Border Color

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

This div border color is #afb5ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afb5ae


Comments

No comments written yet.

Please login to write comment.