Color Hex Logo

#afbab5 Color Hex

#AFBAB5
(175,186,181)
0 Favorites   0 Comments

Color spaces of #afbab5

RGB 175186181
HSL0.420.070.71
HSV153°73°
CMYK 0.060.000.03   0.27
XYZ43.578647.568050.6008
Yxy47.56800.30740.3356
Hunter Lab68.9696-7.91104.7795
CIE-Lab74.5516-4.75791.2077

#afbab5 color RGB value is (175,186,181).

#afbab5 hex color red value is 175, green value is 186 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #afbab5 hue: 0.42 , saturation: 0.07 and the lightness value of afbab5 is 0.71.

The process color (four color CMYK) of #afbab5 color hex is 0.06, 0.00, 0.03, 0.27. Web safe color of #afbab5 is #99cccc. Color #afbab5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111010 10110101
Octal 257 272 265
Decimal 175 186 181
Hex AF BA B5

RGB Percentages of Color #afbab5

%32.29
%34.32
%33.39

CMYK Percentages of Color #afbab5

%6
%0
%3
%27

Triadic Colors of #afbab5

#afbab5 #b5afba #bab5af

Analogous Colors of #afbab5

#afbab5 #afbaba #afbab0

Monochromatic Colors of #afbab5

#afbab5

Complementary Color

#afbab5 #baafb4

#afbab5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbab5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbab5 Color CSS Codes

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

#afbab5 Text Font Color

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

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


#afbab5 Background Color

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

This div background color is #afbab5


#afbab5 Border Color

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

This div border color is #afbab5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbab5


Comments

No comments written yet.

Please login to write comment.