Color Hex Logo

#afadb5 Color Hex

#AFADB5
(175,173,181)
0 Favorites   0 Comments

Color spaces of #afadb5

RGB 175173181
HSL0.710.050.69
HSV255°71°
CMYK 0.030.040.00   0.29
XYZ40.963342.337349.7290
Yxy42.33730.30790.3183
Hunter Lab65.0671-1.49200.2333
CIE-Lab71.10292.2351-3.8436

#afadb5 color RGB value is (175,173,181).

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

The process color (four color CMYK) of #afadb5 color hex is 0.03, 0.04, 0.00, 0.29. Web safe color of #afadb5 is #9999cc. Color #afadb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10110101
Octal 257 255 265
Decimal 175 173 181
Hex AF AD B5

RGB Percentages of Color #afadb5

%33.08
%32.70
%34.22

CMYK Percentages of Color #afadb5

%3
%4
%0
%29

Triadic Colors of #afadb5

#afadb5 #b5afad #adb5af

Analogous Colors of #afadb5

#afadb5 #b3adb5 #adafb5

Monochromatic Colors of #afadb5

#afadb5

Complementary Color

#afadb5 #b3b5ad

#afadb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadb5 Color CSS Codes

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

#afadb5 Text Font Color

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

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


#afadb5 Background Color

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

This div background color is #afadb5


#afadb5 Border Color

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

This div border color is #afadb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadb5


Comments

No comments written yet.

Please login to write comment.