Color Hex Logo

#afadba Color Hex

#AFADBA
(175,173,186)
0 Favorites   0 Comments

Color spaces of #afadba

RGB 175173186
HSL0.690.090.70
HSV249°73°
CMYK 0.060.070.00   0.27
XYZ41.485742.546352.4801
Yxy42.54630.30390.3117
Hunter Lab65.2275-0.6194-2.0437
CIE-Lab71.24593.2170-6.3864

#afadba color RGB value is (175,173,186).

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

The process color (four color CMYK) of #afadba color hex is 0.06, 0.07, 0.00, 0.27. Web safe color of #afadba is #9999cc. Color #afadba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10111010
Octal 257 255 272
Decimal 175 173 186
Hex AF AD BA

RGB Percentages of Color #afadba

%32.77
%32.40
%34.83

CMYK Percentages of Color #afadba

%6
%7
%0
%27

Triadic Colors of #afadba

#afadba #baafad #adbaaf

Analogous Colors of #afadba

#afadba #b6adba #adb2ba

Monochromatic Colors of #afadba

#afadba

Complementary Color

#afadba #b8baad

#afadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadba Color CSS Codes

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

#afadba Text Font Color

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

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


#afadba Background Color

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

This div background color is #afadba


#afadba Border Color

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

This div border color is #afadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadba


Comments

No comments written yet.

Please login to write comment.