Color Hex Logo

#afbdba Color Hex

#AFBDBA
(175,189,186)
0 Favorites   0 Comments

Color spaces of #afbdba

RGB 175189186
HSL0.460.100.71
HSV167°74°
CMYK 0.070.000.02   0.26
XYZ44.739749.054353.5648
Yxy49.05430.30360.3329
Hunter Lab70.0388-8.54483.6829
CIE-Lab75.4851-5.3873-0.1505

#afbdba color RGB value is (175,189,186).

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

The process color (four color CMYK) of #afbdba color hex is 0.07, 0.00, 0.02, 0.26. Web safe color of #afbdba is #99cccc. Color #afbdba contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10111101 10111010
Octal 257 275 272
Decimal 175 189 186
Hex AF BD BA

RGB Percentages of Color #afbdba

%31.82
%34.36
%33.82

CMYK Percentages of Color #afbdba

%7
%0
%2
%26

Triadic Colors of #afbdba

#afbdba #baafbd #bdbaaf

Analogous Colors of #afbdba

#afbdba #afb9bd #afbdb3

Monochromatic Colors of #afbdba

#afbdba

Complementary Color

#afbdba #bdafb2

#afbdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afbdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#afbdba Color CSS Codes

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

#afbdba Text Font Color

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

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


#afbdba Background Color

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

This div background color is #afbdba


#afbdba Border Color

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

This div border color is #afbdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afbdba


Comments

No comments written yet.

Please login to write comment.